/* common */
body {
   font-family: airbnb_cereal_appbook,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
   font-size: 14px;
   color: #5a5d62;
   background: url(../images/body-bg.png) scroll repeat;}

p{
  color:#000;
}

/* font */
.font-airbnb-bold {
  font-family: 'airbnb_cereal_appbold';}
.font-airbnb-book {
  font-family: 'airbnb_cereal_appbook';}
.font-minion-regular {
  font-family: 'MinionPro-Regular';}
.font-minion-bold {
  font-family: 'MinionPro-Bold';}



::-moz-selection { background: #2c89c5; color: #fff; }
::selection { background: #2c89c5; color: #fff;}


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #6d6a6a;
     font-weight: normal;}
::-moz-placeholder { /* Firefox 19+ */
     color: #6d6a6a;
     font-weight: normal;}
:-ms-input-placeholder { /* IE 10+ */
     color: #6d6a6a;
     font-weight: normal;}
:-moz-placeholder { /* Firefox 18- */
     color: #6d6a6a;
     font-weight: normal;} 

/* number icon remove */	 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}	
	
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #00051b;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}
    
@media (min-width: 1499px) {
p{
  font-size: 16px;
}
li
{
  font-size: 16px; 
}
a
{
  font-size: 16px; 
}
h6
{
  font-size: 1.5rem;
}
#about_page .contact-list table th, #about_page .contact-list table td
{
  font-size: 16px !important;
}
#about_page .h1-div::after {
  left: 255px !important; 
}
}
/* edited for about  */
@media (min-width: 992px) {
  #about_page .h1-div::after {
    left: 255px !important; 
  }
}
/* custom */
.fs-22 {
  font-size: 22px !important;}
.fs-18 {
  font-size: 18px !important;}
.fs-12 {
  font-size: 12px !important;}
.p-40 {
  padding: 40px !important;}
.m-t-25 {
  margin-top: 25px !important;}
.m-t-20 {
  margin-top: 20px !important;}
.m-t-30 {
  margin-top: 30px !important;}
.m-r-20 {
  margin-right: 20px !important;}
.m-r-40 {
  margin-right: 40px !important;}
.m-b-20 {
  margin-bottom: 20px !important;}
.m-b-10 {
  margin-bottom: 10px !important;}
.m-b-0 {
  margin-bottom: 0 !important;}
.m-b-5 {
  margin-bottom: 5px !important;}
.m-l-20 {
  margin-left: 20px !important;}
.m-l-10 {
  margin-left: 10px !important;}
.m-t-40 {
  margin-top: 40px !important;}
.m-t-15 {
  margin-top: 15px !important;}
.p-t-180 {
  padding-top: 180px !important;}
.p-t-70 {
  padding-top: 70px !important;}
.p-b-70 {
  padding-bottom: 70px !important;}
.p-t-50 {
  padding-top: 50px !important;}
.p-b-50 {
  padding-bottom: 50px !important;}
.p-t-35 {
  padding-top: 35px !important;}
.p-b-40 {
  padding-bottom: 40px !important;}
.p-t-140 {
  padding-top: 140px !important;}
.p-t-100 {
  padding-top: 100px !important;}
.p-t-0 {
  padding-top: 0 !important;}
.p-t-30 {
  padding-top: 30px !important;}
.p-b-30 {
  padding-bottom: 30px !important;}
.p-b-0 {
  padding-bottom: 0 !important;}
.p-l-0 {
  padding-left: 0 !important;}
.p-l-20 {
  padding-left: 20px !important;}
.p-r-0 {
  padding-right: 0 !important;}
.max-w-500 {
  max-width: 500px !important;}
.max-w-900 {
  max-width: 900px !important;}
.pre-line {
  white-space: pre-line !important;}
.first-letter-15::first-letter {
  padding-left: 15px !important;}
.vertical-align-top {
  vertical-align: top !important;}
.overflow-hidden {
  overflow: hidden !important;}
.max-width-170 {
  max-width: 170px !important;}
.l-yellow-text {
  color: #ffca6c !important;}
.l-green-text {
  color: #48C193 !important;}
.light-blue-text {
  color: #29ABE2 !important;}
.bg-light-blue {
  background: #5e86d4 !important;}
.bg-light {
  background: #f9f9f9 !important;}
.bg-l-gray{
  background-color: #f8f9fa !important;
}
@media (min-width: 992px) {
.lg-p-l-0 {
	padding-left: 0 !important;}
.lg-p-l-60 {
	padding-left: 60px !important;}
}
@media (max-width: 767px) {
.md-p-t-30 {
	padding-top: 30px !important;}
}
@media (max-width: 575px) {
.sm-p-t-15 {
	padding-top: 15px !important;}
.sm-text-center {
  text-align: center !important;}
}

/* pre-loader */
.pre-loader {
	position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #13141469;}
.pre-loader div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; 
	margin-left: -50px;
  animation: rotation 1s infinite linear;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #ececea;}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}



/* button */
button,
.a-btn {
  border: 1px solid #072626;
  color: #072626;
  border-radius: 0;
  font-size: 13.8px;
  padding: 10px 18px;
  white-space: nowrap;
  line-height: normal;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;}
@media (min-width: 1499px) {
    button, .a-btn {
      font-size: 16px;
   }
}

button:hover,
button:focus,
.a-btn:hover,
.a-btn:focus {
    outline: none;
    background: #072626;
    color: #fff;}
.a-btn {
    display: inline-block;}
.a-btn:hover,
.a-btn:focus {
    text-decoration: none;}


/* icon-btn */
.icon-btn img {
  height: 18px;
  margin-right: 5px;}
.icon-btn span {
  position: relative;
  top: 3px;}


/* d-green-btn */
.d-green-btn,
.d-green-btn:hover {
  background: #48C193 !important;
  color: #fff !important;}

/* d-blue-btn */
.d-blue-btn,
.d-blue-btn:hover {
  background: #29ABE2 !important;
  color: #fff !important;}



/* primary-btn */
.primary-btn,
.primary-btn:hover {
  background: #29ABE2 !important;
  border-color: #29ABE2;
  color: #fff !important;
  border-radius: 25px;
  padding: 7px 16px;}

/* btn-d-berry */
.btn-d-berry{
  color: #fff !important;
  background-color: #1a1a4e;
  border-color: #1a1a4e;}
.btn-d-berry:hover{
  color: #fff !important;
  background-color: #1a1a4e;
  border-color: #1a1a4e;}


/* btn-animate */
.btn-animate {
  position: relative;
  border: 1px solid #54c2e6;
  color: #54c2e6;
  padding: 6px 8px;}
.btn-animate:hover {
  background-color: #54c2e6;
  color: #fff;}
.btn-animate:before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: inherit;}
.btn-animate:hover::before {
  left: 100%;
  transform: rotate(90deg);}
.btn-animate::after {
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: inherit;}
.btn-animate:hover::after {
  right: 100%;
  transform: rotate(90deg);}



/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 1200px) {
.wrapper {
    max-width: 2500px;
	  padding: 0 100px;}
}
@media (max-width: 1199px) {
.wrapper {
	padding: 0 70px;}
}  
@media (max-width: 991px) {
.wrapper {
	padding: 0 50px;}
} 
@media (max-width: 767px) {
.wrapper {
	padding: 0 25px;}
} 



/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  /*box-shadow: 0 0 7px #d9ddde;*/
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  /* max-width: 1500px; */
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 991px) {
header {
  height: 90px;
  padding-left: 15px;
  padding-right: 15px;}
}
@media (max-width: 767px) {
header {
  height: 120px;}
}







/* a-logo */
header .a-logo {
  display: inline-block;}
header .a-logo img {
  max-width: 100%;
  height: 52px;}
@media (min-width: 1499px) {
header .a-logo img
  {
    height: 55px;
  }
}
@media (min-width:992px){
header .a-logo {
    margin-top: 26px;}
header .a-logo img{
    height: 86px;}
}

@media (max-width: 991px) {
header .a-logo {
  margin-top: 8px;}
header .a-logo img {
  height: 45px;}
}



/* top-links */
header .top-links {
  display: flex;
  justify-content: end;
  align-items: center;
  /* position: absolute;
  right: 45px;
  top: 15px; */
  padding-left: 0;
  margin-bottom: 0;}
header .top-links li {
  display: inline-block;
  padding-left: 10px;
  list-style: none;}
header .top-links li .a-btn {
  padding: 4px 15px;
  background: transparent;
  min-width: 75px;
  border-radius: 5px;
  color: #414142;
  border: none;
  min-height: 26px;
  font-size: 12px;
  line-height: 19px;
  text-align: center;}
header .top-links li .iso_logo,
header .top-links li .nbh_logo{
    width: 50px;
    height: auto;
}
@media (min-width: 992px) {
header .top-links li .a-btn{
  font-size: 16px;
  padding: 10px 20px;}
header .top-links{
  gap: 1rem;
  margin-right: 20px;}
}
@media(min-width:1200px){
header .top-links li {
  padding-left: 20px;}
}
@media (min-width:767px) and (max-width:992px){
header .top-links {
  margin-left: 30px;
  justify-content: center;} 
}
/* @media (max-width: 991px) {
header .top-links {
  right: 80px;
  top: 17px;}
}  */
@media (max-width: 767px) {
header .top-links {
  right: 15px;
  top: 55px;}
header .top-links li .a-btn {
  min-height: 25px;
  line-height: 16px;
  font-size: 10px;}
} 
@media (min-width:768px) and (max-width:992px){
header .top-links li .iso_logo, header .top-links li .nbh_logo{
  height: 53px;
  width: auto;}
}
@media (min-width:992px){
header .top-links li .iso_logo{
  width: auto;
  height: 103px;}
header .top-links li .nbh_logo {
  width: auto;
  height: 85px;}
header {
  height: 161px;
}
header nav .menu {
  margin-top: 16px;}
header.header-scrolled {
  height: 10px;}
header.header-scrolled nav .menu {
  margin-top: 0px;}
}


/* toggle-btn */
@media (min-width: 992px) {
.toggle-btn {
  display: none}
}
@media (max-width: 991px) {
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px !important;
  height: 25px;
  position: fixed;
  right: 15px;
  top: 18px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.menu.expanded span{
  width: 28px !important;
}
.toggle_btn_on{
  right: 0 !important;
}
.toggle-btn span {
  background-color: #606163;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 35px !important;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  top: 11px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  top: 18px;}
/* toggle_btn_on */
.toggle_btn_on {
  z-index: 10;
  top: 20px;
  right: 20px;}
.toggle_btn_on span {
  top: 12px;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
}



/* nav */
header nav ul {
  margin-bottom: 0;
  padding-left: 0;}
@media (max-width: 992px) {
header nav {
  position: relative;
  top: 8px;}
}
@media (min-width:992px) and (max-width:1200px){
header nav ul li {
  padding-left: 8px !important;}
}

@media (min-width: 992px) {
header nav ul {
  text-align: center;
  background: #dee2e6;
}
header nav ul li {
  padding-left: 12px;
  padding-right: 12px;}
}
/* menu */
.menu {
  position: relative;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  color: #676767;
  display: inline-block;
  font-size: 13.8px;}
@media (min-width: 1499px) {
  .menu li a
  {
    font-size: 16px;
  }
}
@media (min-width:992px) and (max-width:1200px){
  .menu li a{
    font-size: 13px;
}
}
.menu li a:hover,
.menu li a.active {
  color: #000;}
.menu li a.active {
  font-weight: bold;}
@media (max-width: 1199px) {
 .menu li {
  padding-left: 13px;}
}
@media (min-width: 992px) {
 .menu li {
  display: inline-block;}
.header-scrolled .menu li {
  padding-top: 10px;
  padding-bottom: 10px;}
}
@media (max-width: 991px) {
 .menu {
  position: fixed; 
  right: 0;
  top: 0;}
.menu:not(.expanded) {
  height: 0;
  right: -20px;}
 .menu.expanded {
  background: #fff;
  width: 270px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;}
.menu.expanded ul {
    padding-top: 60px;}
.menu li {
  visibility: visible;
  opacity: 1;
  padding: 5px 25px;
  transition: .5s;
  /*transform: rotateY(0deg);*/}
.menu li.hidden {
    width: 0;
    visibility: hidden;
    opacity: 0;
    /*transform: rotateY(90deg);*/}
.menu li a {
  transition: .5s;
  padding-top: 20px;
  display: block;}
}
/* dropdown */
.menu li .dropdown .dropdown-menu {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  width: 245px;
  border-top: 5px solid #29ABE2;
  border-radius: 0 0 10px 10px;
  box-shadow: -6px 3px 19px #63616261;}
.menu li .dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;}
.menu li .dropdown .dropdown-menu .dropdown-item.active,
.menu li .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #29ABE2;}

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    display: none; /* Initially hidden */
  }

  .dropdown-submenu:hover .dropdown-menu,
  .dropdown-submenu:focus-within .dropdown-menu {
    display: block;
    width: 100%;
  }
  .dropdown-menu li, 
.dropdown-menu a {
  display: block;
  width: 100%; /* Ensure full width */
  white-space: nowrap; /* Prevent text wrapping */
}

/* marquee-top */
.marquee-top {
  position: fixed;
  top: 112px;
  z-index: 10;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #4975ce;}
.marquee-top a {
  font-size: 13.7px;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;}
@media (min-width: 1499px) {
.marquee-top a {
  font-size: 16px;}
}
@media (min-width:992px){
  .marquee-top{
  top: 173px;}
}
@media (min-width:1199px){
  .marquee-top{
  top: 163px;}
}
/* @media(min-width:991px) and (max-width:1199px){
.marquee-top{
  top: 119px !important;}
} */
@media(min-width:992px){
.scrolled-padding .marquee-top{
  top: 49px;    
  }
}
.marquee-top .label {
  position: relative;
  z-index: 1;
  background-color: #40af6a;
  width: 130px;
  padding-left: 15px;
  font-size: 13px;
  color: #fff;}
@media (min-width: 1499px) {
  .marquee-top .label {
    width: 160px ;
    font-size: 16px;
    padding-left: 15px;
  }
} 
.marquee-top .label::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #40af6a;
  width: 0; 
  height: 0; 
  border-top: 20px solid #4975ce;
  border-bottom: 20px solid #4975ce;
  border-left: 20px solid #40af6a;}
.marquee-top .label b {
  position: relative;
  top: 1px;}
.marquee-top marquee {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;}
@media (max-width: 991px) {
.marquee-top {
  top: 90px;}
}
@media (max-width: 767px) {
.marquee-top {
  top: 120px;}
}




/* main-div */
.main-div {
  padding-top: 137px;
  /* max-width: 1500px; */
  margin-left: auto;
  margin-right: auto;}
@media (min-width:992px){
  .main-div{
    padding-top: 202px;
  }
}
@media (max-width: 991px) {
.main-div {
  padding-top: 130px;}
}



/* section */
section {
  position: relative;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.scroll-margin-top-section {
  scroll-margin-top: 130px; 
}
.scroll-margin-top {
  scroll-margin-top: 250px; 
}




/* .container-fluid.custom */
@media (min-width: 992px) {
.container-fluid.custom {
  padding-left: 30px;
  padding-right: 30px;}
}
@media (min-width: 1499px) {
  .container-fluid.custom {
    padding-left: 100px;
    padding-right: 100px;}
  }



/* h1, h2, p */	
h1,
h2 {
  color: #242930;
  }
h1 {
  font-size: 50px;
  padding-bottom: 40px;}	
h2 {
  font-size: 30px;}	 
@media (max-width: 991px) {
h1 {
  font-size: 35px;}
h2 {
  font-size: 28px;}
}





/* blue-hr */
.blue-hr {
  border-color: #5e86d4;
  margin-top: 0;
  border-width: 2px;}




/* hr-div */
.hr-div {
  position: relative;}
.hr-div::before {
  content: "";
  background: #5e86d4;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.hr-div h1 {
  padding-right: 25px;
  margin-bottom: 0;
  display: inline-block;
  background: #fff;}
.hr-div h2 {
  padding-right: 25px;
  margin-bottom: 0;
  display: inline-block;
  background: #fff;}




/* staff-row */
.staff-row .item {
  height: 100%;
  border: 1px solid #5e86d4;
  border-radius: 25px;
  padding: 25px;}
.staff-row .item .primary-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
  max-width: 100%;
  border: 1px solid #a2a2a2;}
.staff-row .item .name {
  font-size: 22px;
  text-transform: uppercase;
  color: #242930;
  line-height: 25px;
  margin-bottom: 10px;}
.staff-row .item .position {
  color: #29ABE2;}
.staff-row .item table th,
.staff-row .item table td {
  font-size: 13px;
  color: #313131;
  padding-top: 3px;
  padding-bottom: 3px;}
.staff-row .item table th {
  vertical-align: top;}
.staff-row .item table th img {
  margin-right: 7px;
  height: 20px;}
.staff-row .item table td a {
  color: #313131;
  text-decoration: none;}
@media (max-width: 767px) {
.staff-row .item .primary-img {
  width: 110px;
  height: 110px;}
}
/* primary-row */
.staff-row.primary-row .item {
  border: none;
  box-shadow: 1px 10px 24px #d1cdcd;}
.staff-row.primary-row .item .primary-img {
  border: 5px solid #5981c9;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -160px;}
@media (max-width: 767px) {
.staff-row.primary-row .item .primary-img {
  width: 160px;
  height: 160px;}
}



/* carousel-banner */
.carousel-banner .carousel-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #0000006e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
.carousel-banner .carousel-item img {
  height: 470px;
  object-fit: cover;}
.carousel-banner.small .carousel-item img {
  height: 300px;}
.carousel-banner .carousel-caption {
  width: 90%;
  left: initial;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
.carousel-banner .carousel-caption h3 {
  margin-bottom: 0;
  font-size: 65px;}
@media (max-width: 991px) {
.carousel-banner .carousel-item img {
  height: 350px;}
.carousel-banner .carousel-caption h3 {
  font-size: 50px;}
}


/* department-nav-main */
.department-nav-main .nav-tabs{
  position: relative;
  background: #ccccd04f;
  border-radius: 10px;
  /* flex-direction: row;
  flex-wrap: nowrap; */
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}
.department-nav-main .nav-tabs::-webkit-scrollbar {
  display: none;
}

.department-nav-main .nav-tabs.active{
  cursor: grab;
  cursor: -webkit-grab;
}

.department-nav-main .nav-tabs .nav-link{
  text-align: start;
  background-color: #fff;
  color:#163269;
  /* box-shadow: 0px 4px 40px 0px #0000000A; */
  font-size: 14px;
  padding: 15px 18px;
  margin-bottom: 10px;
  border: 0;  
  border-radius: 10px;
  /* border-start-end-radius: 20px;
  border-end-end-radius: 20px; */
  font-family: Montserratmedium;
  white-space: break-spaces;
  word-break: break-word;

}
.tab-content td, .tab-content th{
  word-break: break-word !important;
}
table{
  width: fit-content !important;
  margin-bottom: 20px;
}
.department-nav-main .nav-tabs .nav-link:hover{
  color:#163269;
  background-color: #fff;   
}
.department-nav-main .nav-tabs .nav-link.active{
  color:#FFFFFF;
  background-color: #5e86d4;
}
.staff-main-div .staff-card .staff-img img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}

/* administration nav tab */
.administration .nav-item{
  margin-right: 15px;
}
.administration .nav-tabs {
  border-bottom:none;
}
.administration .nav-tabs .nav-link:hover{
  color: #fff;
  background-color: #5e86d4;

}
.administration .tab-content{
  margin-top: 50px;
  margin-bottom: 50px;
} 
.administration .profile-discription{
  text-align: left;
}
.administration .nav-tabs .nav-link{
  color: #000;
  font-weight: bold;
  background-color: #dee2e6;
  padding: 17px 32px ;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  margin-bottom: 17px;
}
.administration .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #5e86d4;
  font-weight: bold;
  padding: 17px 32px ;
}
.administration button:hover, button:focus, .a-btn:hover, .a-btn:focus {
  outline: none;
  background: #5e86d4;
  color: #fff;
  padding: 17px 32px ;
}
.admin-img {
  width: 170px;
  height: 230px;
  object-fit: cover;
}
.profile-img img {
  width: 100%;  
  height: 190px;  
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}
.profile-View, .profile-View:hover{
  color: #fff;
  background-color: #5e86d4;
  font-weight: bold;
  padding: 12px 28px;
  margin-top: 20px;
  border-radius: 15px;
  text-decoration: none;
}
.text-left-custom {
  text-align: left;
}

.profile-discription .profile-dis{
  font-size: 14px;
}
.profile-discription h5{
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.profile-discription h6{
  font-size: 16px;
  font-weight: 500;
}

/* news-events-btn */
.news-events-btn {
  border-radius: 25px 0 0 25px;
  box-shadow: -6px 3px 19px #63616261;
  padding: 10px 18px;
  border: none;
  background: #fff;
  position: absolute;
  left: -59px;
  top: 0;}
.news-events-btn:hover,
.news-events-btn:focus {
  background: #fff;
  color: #fff;}
.news-events-btn img {
  height: 25px;}
.custom-modal.expanded img:first-of-type,
.custom-modal:not(.expanded) img:last-of-type {
  display: none;}



/* custom-modal */
.custom-modal {
  position: fixed;
  right: -330px;
  top: 155px;
  bottom: 0;
  z-index: 100;
	-webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  max-width: 330px;}
/* expanded */
.custom-modal.expanded {
  right: 0;}
/* content */
.custom-modal .content {
  background: #fff;
  height: 100%;}
.custom-modal.expanded .content {
  box-shadow: -6px 3px 19px #63616261;}
/* header  */
.custom-modal .header {
  height: 46px;
  padding-top: 14px;
  padding-right: 15px;
  border-bottom: 1px solid #eaeaea;}
.custom-modal .header h4 {
  color: #2d2d2d;
  font-size: 16px;}
.custom-modal .header a {
  color: #989a9e;
  text-decoration: none;
  font-size: 13px;}
.custom-modal .header a:hover {
  color: #000;}
/* body */
.custom-modal .body {
  height: 100%;
  padding: 25px 25px 80px 25px;
  overflow-y: auto;}
/* item */
.custom-modal .body .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  padding-top: 10px;}
.custom-modal .body .item .title {
  color: #545454;
  font-weight: bold;
  font-size: 14px;}
.custom-modal .body .item .dec {
  color: #7d7d7d;
  font-size: 11px;}
.custom-modal .body .item .date {
  color: #7894d7;
  margin-top: 4px;
  font-size: 11.9px;}
.custom-modal .body .item .btn-more {
  color: #5fd6f8;
  text-decoration: none;
  font-size: 11.9px;}






/* academic-pages */
.academic-pages {
  font-size: 13.5px;}
.academic-pages h4 {
  margin-top: 35px;
  font-size: 22px;}
.academic-pages h6 {
  margin-top: 30px;
  font-size: 14px;
  color: #242930;}
.academic-pages p a {
  text-decoration: none;
  color: #29ABE2;}
.academic-pages p a:hover {
  color: #48c193;}
.academic-pages a {
  text-decoration: none;
  color: #282929;}
.academic-pages a:hover {
  color: #000;}
/* ul-grid */
.academic-pages .ul-grid {
  padding-left: 0;}
.academic-pages .ul-grid li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;}
.academic-pages .ul-grid li:not(:last-of-type):before {
  content: '';
  background: #29ABE2;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
/* table */
.academic-pages table {
  width: 100%;}
.academic-pages table th,
.academic-pages table td {
  padding: 12px 10px;
  white-space: nowrap;
  font-size: 13.3px;
  border: 1px solid #848488;}
.academic-pages table th {
  color: #fff;
  border-color: transparent;
  background: #5e86d4;}
.academic-pages table th:last-of-type {
  border-radius: 0 15px 0 0;}
.academic-pages table th:first-of-type {
  border-radius: 15px 0 0 0;}
.academic-pages table td {
  background: #f7f7f7;
  color: #515252;}




/* about */
#about h6 {
  color: #686868;
  margin-bottom: 5px;}
#about h1 {
  font-size: 40px;
  color: #686868;
  padding-bottom: 15px;}
@media (max-width: 991px) {
#about h6 {
  margin-top: 50px;}
#about h1 {
  font-size: 30px;}
}





/* courses */
#courses h6 {
  margin-bottom: 0;}
#courses h2 {
  font-size: 35px;
  color: #444444;}
@media (max-width: 991px) {
#courses h2 {
  font-size: 25px;}
}
/* item-row */
#courses .item-row [class^="col-"] {
  padding-top: 30px;}
#courses .item-row .item {
  position: relative;
  height: 420px;
  overflow: hidden;}
#courses .item-row .item .item-gradient,
#courses .item-row .item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;}
#courses .item-row .item .item-gradient {
  background-image: linear-gradient(180deg, #00000098, #00000098);}
#courses .item-row .item .item-content {
  color: #fff;
  padding: 20px;
  position: relative;
  transition: 0.5s;
  transform: translateY(100%);}
#courses .item-row .item:hover .item-content {
  transform: translateY(0);}
#courses .item-row .item .item-title {
  transition: 0.5s;
  transform: translateY(100%);
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 20px;}
#courses .item-row .item:hover .item-title {
  transform: translateY(0%);}
#courses .item-row .item .item-description {
  height: 135px;
  transition: 0.5s;
  opacity: 0;}
#courses .item-row .item:hover .item-description {
  opacity: 1;}
#courses .item-row .item table td {
  font-weight: bold;
  padding-top: 10px;}
#courses .item-row .item table td:first-of-type {
  padding-right: 10px;}
#courses .item-row .item table td .line {
  width: 7px;
  height: 2px;
  background-color: #fff;}
#courses .item-row .item .btn-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: transparent !important;
  border: none;
  color: #fff !important;}
#courses .item-row .item:not(:hover) .btn-label {
  display: none;}
@media (max-width: 991px) {
#courses .item-row .item .item-title {
  font-size: 25px;}
}






/* activities */
#activities .item-row [class^="col-"] {
  padding-bottom: 30px;}
#activities .item-row .item {
  box-shadow: 5px 7px 17px #b9b9b9;
  height: 100%;
  position: relative;}
#activities .item-row .item .cover-img {
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  height: 210px;
  position: relative;
  padding-left: 25px;
  padding-right: 5px;}
#activities .item-row .item .cover-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: linear-gradient(180deg, transparent, #0000006b);}
#activities .item-row .item h3 {
  color: #fff;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: 75%;
  z-index: 1;}
#activities .item-row .item .dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 25px 25px 0;
  margin-bottom: 64px;}
#activities .item-row .item .dec p {
  margin-bottom: 0;}
#activities .item-row .item .read-more {
  background: transparent;
  color: #29ABE2;
  padding: 15px 0 0;
  text-decoration: none;
  border: none;
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 25px;}
#activities .item-row .item .read-more:hover {
  color: #096f9a;}
@media (max-width: 767px) {
#activities .item-row .item {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;}
}

/* modal-activities */
#activities .modal-activities .modal-dialog {
  position: fixed;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);}
#activities .modal-activities.fade .modal-dialog {
  right: -450px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;}
#activities .modal-activities.fade.show .modal-dialog {
  right: 0;}
@media (max-width: 767px) {
#activities .modal-activities .modal-dialog {
  width: 90%;}
#activities .modal-activities.fade .modal-dialog {
  right: -90%;}
}
/**/
#activities .modal-activities .modal-content {
  height: 100%;
  border-radius: 0;
  overflow-y: auto;}
#activities .modal-activities .modal-header .close {
  background: transparent;}
#activities .modal-activities .modal-content .modal-body {
  padding: 40px 40px 20px}
#activities .modal-activities .modal-content .modal-body h3 {
  margin-bottom: 20px;}
@media (max-width: 767px) {
#activities .modal-activities .modal-content .modal-body h3 {
  font-size: 24px;}
}





/* downloads */
#downloads h2 {
  color: #5f87cf;
  margin-top: 15px;
  font-size: 22px;}
#downloads .icon-btn {
  background: #29abe2;
  border-radius: 10px;
  padding: 7px 18px;
  border: none;
  color: #fff;}
#downloads .icon-btn img {
  margin-right: 10px;
  height: 25px;}
#downloads hr {
  border-color: #8ad1ef;}
@media (max-width: 767px) {
#downloads h2 {
  font-size: 20px;}
}




/* gallery */
.gallery .row-item .item {
  margin-top: 30px;
  position: relative;}
.gallery .row-item .item::after {
  content: "";
  background: linear-gradient(190deg, transparent 0, #00000085 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;}
.gallery .row-item .item .primary-img {
  height: 300px;
  width: 100%;
  object-fit: cover;}
.gallery .row-item .item .url-primary {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;}
.gallery .row-item .item .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px;}
.gallery .row-item .item .content h3 {
  margin-bottom: 0;
  font-size: 18px;}
.gallery .row-item .item .content h6 {
  margin-bottom: 0;
  text-align: right;}

/* lightbox-gallery */
.gallery .lightbox-gallery.row-item .item .lightbox-card:not(:first-of-type) .primary-img,
.gallery .lightbox-gallery.row-item .item .url-primary:not(:first-of-type) {
  display: none;}




/* staff_faculties */
#staff_faculties .carousel-banner .carousel-caption {
  bottom: 35%;}
/* message-principal */
/* wrapper */
#staff_faculties .message-principal .wrapper {
  padding-left: 30px;
  padding-right: 30px;}
  @media (min-width: 1499px) {
  #staff_faculties .message-principal .wrapper {
    padding-left: 100px;
    padding-right: 100px;}
  }
/* content */
#staff_faculties .message-principal .content {
  color: #fff;
  padding: 50px;}
#staff_faculties .message-principal .content h2 {
  margin-bottom: 0;
  font-size: 36px;
  color: #fff;}
#staff_faculties .message-principal .content h6 {
  font-size: 22px;
  margin-bottom: 25px;}
#staff_faculties .message-principal .content p {
  margin-bottom: 2px;}
#staff_faculties .message-principal .content h5 {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 3px;}
#staff_faculties .message-principal .content h3 {
  font-size: 18px;
  margin-bottom: 0;}
@media (max-width: 767px) {
#staff_faculties .message-principal .content h2 {
  font-size: 28px;}
#staff_faculties .message-principal .content h6 {
  font-size: 18px;
  margin-bottom: 20px;}
}
/* director, principal */
#staff_faculties .message-principal.director .content {
  background-color: #395999;}
@media (min-width: 768px) {
#staff_faculties .message-principal.director .content {
  margin-bottom: 180px;
  margin-top: 30px;}
#staff_faculties .message-principal.principal {
  background: linear-gradient(to left, #4975ce 80%, #fff 50%);}
#staff_faculties .message-principal.principal .img-fluid {
  margin-top: -30px;}
}
@media (max-width: 767px) {
#staff_faculties .message-principal.principal .content {
  background-color: #27477A;}
}
@media (max-width: 767px) {
#staff_faculties .message-principal .text-right {
  text-align: initial !important;}
#staff_faculties .message-principal .md-order-1 {
  order: 1;}
#staff_faculties .message-principal .md-order-2 {
  order: 2;}
#staff_faculties .message-principal .wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;}
}






/* gallery */
#gallery h2 {
  color: #686868;}
#gallery .more-btn {
  border-radius: 25px;
  min-width: 105px;
  color: #2cb3e8;
  border-color: #2cb3e8;}
#gallery .more-btn:hover {
  color: #2cb3e8;
  background: #ffff;}
@media (max-width: 767px) {
#gallery h6 {
  font-size: 15px;}
}




/* get_admission */
#get_admission {
  background-image: linear-gradient(180deg, #00000098, #00000098), url(../images/get-admission/bg.jpeg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;}
#get_admission h2 {
  color: #fff;
  margin-bottom: 30px;}
#get_admission .a-btn {
  background: #48c193;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 13px 50px;
  border-radius: 25px;}




/* facilities */
#facilities .sub-section {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;}
#facilities .sub-section .primary-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;}
#facilities .sub-section h1 {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  margin-bottom: 0;}
@media (max-width: 991px) {
#facilities .sub-section h1 {
  padding-top: 100px;
  padding-bottom: 100px;}
}

.desktop-style{
  position: relative;
  width: 100% !important;
  padding: 0px !important;
  left: 0px !important;}
/* news_events */
/* btn-group-toggle */
#news_events .btn-group-toggle {
  background-color: #efefef;
  border-radius: 25px;
  padding: 5px;}
#news_events .btn-group-toggle .btn {
  background-color: #efefef;
  font-size: 12px;
  min-width: 160px;
  border-radius: 25px;
  color: #8b8b8b;}
#news_events .btn-group-toggle .btn:nth-of-type(2) {
  margin-left: 10px !important;}
#news_events .btn-group-toggle .btn.active {
  background-color: #348cdd;
  color: #fff;}

/* select */
#news_events .select {
  padding: 10px 20px;
  background-color: #efefef;
  border: none;
  border-radius: 5px;
  color: #555658;
  font-size: 13px;}

/* row-item */
#news_events .row-item .item {
  position: relative;
  box-shadow: 10px 9px 20px #e0e0e1;
  border-radius: 25px;
  } 
#news_events .row-item .item .border-r {
  border-right: 2px solid #ddd;}
#news_events .row-item .item .text-content {
  margin-top: 5px;
  padding: 15px;}
#news_events .row-item .item .img-primary {
  width: 100%;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
  height: 220px;}
#news_events .row-item .item .date .m {
  font-size: 18px;
  color: #348cdd;}
#news_events .row-item .item .date .d {
  line-height: 45px;
  font-size: 38px;
  color: #424242;}
#news_events .row-item .item .title {
  font-size: 18px;
  color: #424242;}
#news_events .row-item .item .dec {
  font-size: 13px;}
#news_events .row-item .item .btn-join {
  position: relative;
  z-index: 1;
  font-size: 12px;
  border-radius: 25px;
  background-color: #348cdd;
  margin-top: 10px;
  border: none;
  padding: 10px 35px;
  color: #fff;}
/* url-primary */
#news_events .row-item .item .url-primary {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;}



/* news_event_view */
#news_event_view .date .m {
  font-size: 30px;
  display: inline-block;
  color: #424242;}
#news_event_view .date .d-y {
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
  color: #6f6f70;}
#news_event_view .btn-join {
  font-size: 15px;
  border-radius: 25px;
  background-color: #348cdd;
  margin-top: 10px;
  border: none;
  padding: 15px 50px;
  color: #fff;}
#news_event_view .title {
  margin-top: 30px;
  line-height: 28px;
  font-size: 22px;
  color: #424242;}
#news_event_view .dec {
  margin-top: 10px;
  font-size: 15px;}
#news_event_view .img-primary {
  max-width: 100%;}
#news_event_view .read-more {
  display: block;
  margin-top: 15px;
  text-decoration: none;}
@media (max-width: 767px) {
#news_event_view .img-primary {
  margin-top: 25px;}
}
/* container-fluid */
@media (min-width: 992px) {
#news_event_view .container-fluid {
  padding-left: 30px;
  padding-right: 30px;}
}






/* laboratories_workshops */
#laboratories_workshops .items .item {
  padding-top: 15px;
  color: #3c3c3c;}
#laboratories_workshops .items .item .sl-no {
  display: inline-block;
  width: 25px;}
#laboratories_workshops .items .item .data {
  display: initial;}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
#laboratories_workshops .items [class^="col-"]:nth-of-type(2) {
  order: 2;}
}







/* click-here-btn */
#placement .click-here-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;}
#placement h5 {
  color: #454548;}
#placement p a {
  color: #686869;
  text-decoration: none;}



/* about_page */
/* info-section */
#about_page .info-section {
  padding-bottom: 40px;}
@media (max-width: 991px) {
#about_page .info-section img {
  margin-bottom: 40px;}
}
#about_page .info-section p {
  margin-bottom:0.5rem ;
}
/* h1-div */
#about_page .h1-div {
  position: relative;}
#about_page .h1-div::after {
  content: '';
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  right: -15px;
  left: 218px;
  bottom: 69px;}
@media (max-width: 991px) {
#about_page .h1-div::after {
  left: 175px;
  bottom: 61px;}
}
/* mission-vision */
#about_page .mission-vision .border-b {
  position: relative;}
#about_page .mission-vision .border-b::after {
  content: '';
  background: #5e86d4;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 35px;}
/* hr */
#about_page .mission-vision hr {
  border-width: 2px;
  border-color: #5e86d4;}
/* management */
#about_page .management {
  background: #f4f4f4;}
#about_page .management h1 {
  padding-bottom: 20px;
  color: #5e86d4;}

/* association-handicapped */
#about_page .association-handicapped h2 {
  margin-bottom: 0;}
#about_page .association-handicapped hr {
  border-color: #5e86d4;
  margin-top: 0;
  border-width: 2px;}

.left-menu {
    width: 280px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 50px; 
    overflow-y: auto; 
    margin-bottom: 20px;
    margin-left: 20px;
}

.left-menu a {
    display: block;
    padding: 6px;
    color: #007bff;
    text-decoration: none;
    margin: 10px 5px;
}
.left-menu span{
  margin-left: 6px;
}
.left-menu a:hover, .left-menu a.active {
    background-color: #4975ce;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
} 
.left-menu a .icons{
  width: 13px;
  margin-right: 7px;
}
.left-menu a .icons:first-child{
  display: inline-block;
}
.left-menu a .icons:last-child{
  display: none;
}
.left-menu a:hover .icons:first-child{
  display: none;
}

.left-menu a:hover .icons:last-child{
  display: inline-block;
}










/*#about_page .contact-list */
#about_page .contact-list hr {
  border-color: #5e86d4;
  margin-top: 0;
  border-width: 2px;}
#about_page .contact-list table {
  width: 100%;}
#about_page .contact-list table th,
#about_page .contact-list table td {
  padding: 12px 10px;
  white-space: nowrap;
  font-size: 13.3px;
  border: 1px solid #848488;
  text-align: center;
  font-weight: bold;}
#about_page .contact-list table th {
  color: #fff;
  border-color: #5e86d4;
  background: #5e86d4;}
#about_page .contact-list table td {
  color: #515252;}
#about_page .contact-list table td:first-of-type {
  font-weight: normal;}
#about_page .contact-list table td a {
  text-decoration: none;
  color: #2ebaf0;}




/* transportation */
#transportation table {
  margin-bottom: 25px;
  width: 100%;}
#transportation table th,
#transportation table td {
  padding: 12px 10px;
  white-space: nowrap;
  font-size: 13.3px;
  border: 1px solid #848488;
  text-align: center;
  font-weight: bold;}
#transportation table th {
  color: #fff;
  border-color: #5e86d4;
  background: #5e86d4;}
#transportation table td {
  color: #515252;}
#transportation table td:first-of-type {
  font-weight: normal;}




/* contact_us */
#contact_us h2 {
  font-size: 35px;
  padding-top: 60px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;}
#contact_us h2::after {
  content: '';
  background: #5e86d4;
  width: 100px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -5px;}
/* left-section */
#contact_us .left-section {
  background-image: linear-gradient(180deg, #00000098, #00000098), url(../images/contact-us/left-section-bg.jpg);
  background-repeat: no-repeat ;
  background-position: center;
  background-size: cover;}
#contact_us .left-section .content {
  padding-left: 80px;}
#contact_us .left-section h2 {
  color: #fff;}
@media (min-width: 992px) {
#contact_us .left-section {
  padding-left: 0;}
}
@media (max-width: 991px) {
#contact_us .left-section {
  padding-bottom: 60px;}
#contact_us .left-section .content {
  padding-left: 60px;
  padding-right: 45px;}
}


/* table */
#contact_us table th,
#contact_us table td {
  padding-top: 20px;
  font-size: 15px;
  padding-right: 15px;}
#contact_us table th {
  vertical-align: top;
  padding-right: 20px;}
#contact_us table th .fa {
  color: #fbb03d;
  font-size: 30px;}
#contact_us table th .fa.fa-envelope {
  font-size: 22px;}
#contact_us table td {
  color: #fff;}
#contact_us table td a {
  text-decoration: none;
  color: #fff;}

/* card-item */
#contact_us .card-item {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-top: 40px;}
#contact_us .card-item label {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;}
#contact_us .card-item table th,
#contact_us .card-item table td {
  padding-top: 2px;
  font-size: 13px;}
#contact_us .card-item table th .fa {
  font-size: 24px;}
#contact_us .card-item table th .fa.fa-envelope {
  font-size: 18px;}
#contact_us .card-item table td a {
  color: #000;}




/* form */
#contact_us .form {
  padding-left: 60px;}
#contact_us .form h2 {
  font-size: 35px;
  margin-bottom: 25px;
  color: #474747;}
#contact_us .form label {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;}
#contact_us .form input,
#contact_us .form textarea {
  background: #f5f5f6;
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 10px;}
#contact_us .form textarea {
  height: 70px;
  resize: none;}
/* placeholder */
#contact_us .form ::-webkit-input-placeholder {
  color: #9e9eaf;}
#contact_us .form ::-moz-placeholder {
  color: #9e9eaf;}
#contact_us .form :-ms-input-placeholder {
  color: #9e9eaf;}
#contact_us .form :-moz-placeholder {
  color: #9e9eaf;}
#contact_us .form .send-btn {
  width: auto;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  color: #fff;
  background: #48c193;
  font-size: 16px;
  padding: 14px 40px 12px;
  float: right;}
#contact_us .form .danger-msg {
  color: #f33a3a;
  margin-bottom: 10px;}
@media (max-width: 991px) {
#contact_us .form {
  padding-right: 45px;}
#contact_us .form .send-btn {
  margin-top: 10px;}
}







/* login */
section.login {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  max-width: 330px;
  background: #d7d9dc;
  padding: 90px 30px 30px;
  margin-top: 8px;}
.login .body h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;}
.login .body h2 {
  margin-bottom: 20px;
  margin-top: 50px;
  color: #000;}	
.login .body img {
  max-width: 100%;
  max-height: 80px;
  margin-bottom: 10px;}
.login .body input {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #fff;}
.login .body button {
  width: 100%;
  border-radius: 25px;
  margin-top: 10px;
  background: #fff;
  color: #3e3938;
  padding: 15px 30px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;}
.login .body .clone_copyright_t {
  font-size: 11px;
  margin-top: 50px;
  color: #575858;}
.login .body .clone_copyright_t a {
  color: #292b2b;}





/* footer */
footer iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;}
@media (max-width: 991px) {
footer iframe {
  height: 300px;}
}


/* top-footer */
/* footer */
/* top-footer */
footer .top-footer {
  background-color: #3b73c4;
  background-image: url(../images/footer/bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #e2effb;}
@media (max-width: 991px) {
footer .top-footer {
  background-size: cover;}
footer .top-footer [class^="col-"]:not(:last-of-type) {
  padding-bottom: 30px;}
}
/* a-logo */
footer .top-footer .a-logo img {
  max-height: 100px;}
.top-logo img{
  padding-left: 20px;
  padding-right: 20px;
}
/* h2 */
footer .top-footer h2 {
  color: #fff;
  font-size: 24px;
  margin-top: 40px;}
/* h6 */
footer .top-footer h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 13.8px;}
@media (min-width: 1499px) {
    footer .top-footer h6 {
      font-size: 16px;}
} 
@media (max-width: 767px) {
footer .top-footer h6 {
  font-size: 13px;}
}
/* h3 */
footer .top-footer h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 5px;}
footer .top-footer h3.border-b {
  border-bottom: 1.9px solid #fff;
  max-width: 45%;}
@media (max-width: 991px) {
footer .top-footer h3 {
  font-size: 18px;}
}
@media (max-width: 767px) {
footer .top-footer h3 {
  padding-top: 25px;}
}
/* ul */
footer .top-footer ul {
  padding-left: 0;}
footer .top-footer ul li {
  list-style: none;
  padding-top: 10px;}
footer .top-footer ul li a {
  text-decoration: none;
  font-size: 13.8px;
  color: #fff;}

@media (min-width: 1499px) {
  footer .top-footer ul li a {
    font-size: 16px;
  }
}
/* table */
footer .top-footer table th,
footer .top-footer table td {
  padding-top: 20px;
  font-size: 16px;
  padding-right: 15px;}
footer .top-footer table th {
  vertical-align: top;
  padding-right: 20px;}
footer .top-footer table th img {
  height: 25px;}
footer .top-footer table tr:last-of-type img {
  height: 18px;}
footer .top-footer table td a {
  text-decoration: none;
  color: #fff;}
/* social-media */
footer .top-footer .social-media {
  margin-top: 15px;
  margin-bottom: 0;}
footer .top-footer .social-media li {
  display: inline-block;}
footer .top-footer .social-media li a {
  text-decoration: none;
  padding-right: 20px;
  font-size: 26px;
  color: #fff;}
@media (max-width: 767px) {
footer .top-footer table th,
footer .top-footer table td {
  font-size: 14px;}
}
/* bottom-footer */
footer .bottom-footer {
  background: #282828;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #585858;
  font-size: 12px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  color: #585858;}
@media (max-width: 991px) {
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}
.cursor-pointer{cursor: pointer;}













/* When header is scrolled, hide logo-card */
.header-scrolled .logo-card {
  display: none;
}

/* Optional: fix main-menu to top */
.header-scrolled .main-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff; /* or your desired background */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ================================================== 
wordprfess style
++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ul li {
    color: #000;
} */
.ac-table{ 
            border-collapse: collapse;
        }
        .ac-table thead{
            font-weight: 700;
        }
        .ac-table td{
            border: 2px solid black;
            padding-inline: 1rem;
            padding-block: 0.5rem;
        }
.ac-table thead td{
background-color: #FFDE21;
}
@media (min-width: 1024px) {
.ac-table table{
            width: 80% !important;
        }}
.page-template-page-staff-faculty .white {
  color: #000;
}
/* --------------------regulation--------------------------------------------- */
.curriculum-and-syllabus-table td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px;
}
    .handbook-body {
        width: 100%;
        display: flex;
        gap: 3rem;
    }

    .handbook {
        width: 15rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid rgba(0, 0, 0, 0.5);
    }

    .handbook button {
        background-color: #007bff;
        color: white;
        padding-inline: 1rem;
        padding-block: 0.5rem;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        margin-block: 0.5rem;
    }

    .handbook img {
        width: 100%;
        height: 20rem;
        overflow-y: hidden;
    }

    @media only screen and (max-width: 600px) {
        .handbook-body {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }
/* ==================================================== */
.form p {
    margin-bottom: 0;
}
p label {
  color: #5a5d62;
  font-size: 14px;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    /* min-width: 100%;  /* prevents breaking */
    table-layout: auto !important; 
}
.wp-block-table th, .wp-block-table td {
    padding: 12px 10px;
    white-space: nowrap;
    font-size: 13.3px;
    border: 1px solid #848488;
    word-break: break-word;
    white-space: normal;
}
.wp-block-table th {
    color: #fff;
    border-color: transparent;
    background: #5e86d4;
    /* word-break: break-word;
    white-space: normal; */
}
.wp-block-table td {
    /* background: #f7f7f7; */
    color: #000;
}
.wp-block-table thead th:first-child:last-child {
    border-radius: 15px 15px 0 0;
}
.wp-block-table th:first-child {
    border-radius: 15px 0 0 0;
}
.wp-block-table th:last-child {
    border-radius: 0 15px 0 0;
}
.hostelcontainer h2 {
    color: #2e6da4;
}
.computing h1, .computing h2 {
    color: #2e6da4;
}
.lib-staff {
    border: 3px solid black;
    padding: 30px;
}
.staff-row .item h2{
  font-size: 22px;
  text-transform: uppercase;
  color: #242930;
  line-height: 25px;
  margin-bottom: 10px;
}
.staff-row .item h3 {
    color: #29ABE2;
    font-size: 14px;
}
.staff-row .item [class*="wp-image-"] {
    width: 160px !important;
    height: 160px !important;
    object-fit: contain;
    border-radius: 50%;
    max-width: 100%;
    border: 1px solid #a2a2a2;
}
.kt-tabs-title-list li a {
  text-align: start;
    background-color: #fff;
    color: #163269;
    /* box-shadow: 0px 4px 40px 0px #0000000A; */
    font-size: 14px;
    padding: 15px 18px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 10px;
    font-family: Montserratmedium;
    white-space: break-spaces;
    word-break: break-word;
}
.item.b-white, .cse-alumni.b-white {
  border-color: #fff;
}
.semester-container
 {
    width: 100%;
    display: flex;
    gap: 2rem;
    padding-top: 1rem;
}
.semester {
    width: 12%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid black;
    padding-top: 1rem;
    transition: background-color 0.5s ease-in-out;
    color: #5e86d4;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.semester:hover {
    background: #eceaea;
    text-decoration: none;
}
.svg-icon {
    width: 50%;
}
/* HOD Message Section */
.civil-hod-container {
    display: flex;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #2c3e50;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    word-spacing: normal;
}
.civil-section-heading {
color: #2c3e50;
/* border-bottom: 2px solid #272727; */
padding-bottom: 5px;
margin-top: 30px;
word-spacing: normal;
width: 100%;
}
.civil-hod-inner {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.civil-hod-image-container {
    flex-shrink: 0;
    text-align: center;
}

.civil-hod-image {
    width: 18rem;
    max-width: 100%;
    height: auto;
    border: 3px solid #2c3e50;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.civil-hod-name {
    text-align: center;
    margin: 0.75rem 0 0.25rem;
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a365d;
    letter-spacing: 0.5px;
}

.civil-hod-title {
    text-align: center;
    margin: 0.25rem 0;
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    color: #2c3e50;
    font-style: italic;
}

.civil-hod-message {
    text-align: justify;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    word-spacing: normal;
}
.cse-alumni-container {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
    justify-content: center;
}
.cse-alumni {
    width: 20%;
    border: 2px solid black;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.cse-alumni img {
  height: 250px;
}
.alumni-name {
    padding-top: 0.5rem;
    font-weight: 600;
}
.mca-alumni {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 1px solid #f0f0f0;
    padding: 7px 7px 20px 7px;
    border-radius: 10px;
}
.mca-alumni p {
  color: #555;
  font-size: 15px;
}
.mca-alumni img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}
.mca-alumni:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.mca-alumni:hover img {
    transform: scale(1.05);
}
.wp-block-table thead {
    border: 1px solid #5e86d4;
}
.kb-button.kb-btn-global-fill {
  background: #585858 !important;
}
.kb-button.kb-btn-global-fill:hover {
  background: #585858e0 !important;
}
.event-tab {
  display: none;
}
.event-tab.active {
  display: block;
}
.event-tabs .btn.active {
  background-color: #2d7dd2; /* match your UI */
  color: #fff;
}
h2.wp-block-heading {
    margin: 35px 0 15px;
}
.wp-block-embed {
    margin: 0 0 1em;
    border: 1px solid #dee2e6;
    border-radius: 0 0 6px 5px;
}
.wp-block-embed :where(figcaption) {
    color: #000;
    margin-top: 15px;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain img {
    border: 1px solid #dee2e6 ;
    border-radius: 5px;
    padding: 5px ;
}
/* .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: 5px !important;
} */
/* .wp-block-image {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 5px;
} */
 .wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 5px;
}
@media (min-width: 1025px) {
    .wp-block-kadence-tabs.dpt-tabs .kt-tabs-title-list {
        float: none;
        width: 14%;
        background: #ccccd04f;
        padding: 10px;
        border-radius: 10px;
    }
}