:root {
  --theme-blue: #027dc6;
  --theme-blue-dark: #004b8e;
  --theme-purple: #6c0ba9;
  --theme-red: #ee1d25;
  --theme-light-original: #fff;
  --theme-light-mono: #eee;
  --theme-light: #ddd;
  --theme-yellow: #ffc107;
  --color-light: #fff;
  --color-light-extra: #e3e3e3;
  --color-dark: #000;
  --color-blue: #fff;
  --color-blue-dark: #e3e3e3;
  --primary-text-color: #081526;
  --footer-bg: #081526;

  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;


}

:root.dark {
  --theme-blue: #1d2f3e;
  --theme-blue-dark: #1d2f3e;
  --theme-purple: #1d2f3e;
  --theme-red: #1d2f3e;
  --theme-light-original: #fff;
  --theme-light-mono: #eee;
  --theme-light: #ddd;
  --theme-yellow: #1d2f3e;
  --color-light: #fff;
  --color-light-extra: #e3e3e3;
  --color-dark: #000;
  --color-blue: #1d2f3e;
  --color-blue-dark: #1d2f3e;
  --primary-text-color: #081526;
  --footer-bg: #081526;

  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;

}

:root.dark .bidheyak-content {
  border: 1px solid var(--color-light-extra);
}

.inversed {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}


.page-content table thead tr {
  border: 1px solid var(--color-light-extra);
}

:root.dark body {
  background: #1d2f3e;
}

:root.dark .section-title {
  border: 1px solid var(--color-light-extra);
}

:root.dark .header-top .language-and-color__mode .color-switcher span {
  color: var(--theme-light);
}








/* ___________header section start_____________ */

.section-header .header-bottom {
  position: relative;
}

.section-header .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
}

.section-header .bg-image img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
}

.section-header .bg-image .section-header .header-top {
  padding: 0 0 1.5rem 0;
}

:root.dark .section-header .header-top .header-top-tools {
  border-color: var(--color-light-extra);
}

.section-header .header-top .page-logo img {
  width: 120px;
}

.section-header .header-top .nepali-flag img {
  width: 80px;
}

.header-top .language-and-color__mode img {
  width: 13px;
}

.header-top .office-info a:hover {
  color: var(--theme-red);
}

:root.dark .header-top .office-info a:hover {
  color: var(--color-light-extra);
}

.header-top .language-and-color__mode .page-language .language-box a {
  font-size: 0.9rem;
  font-weight: 400;
}

.header-top .language-and-color__mode .page-language .language-box.active a {
  color: var(--color-light);
}

.header-top .page-color-mode .color-switcher {
  width: 25px;
  height: 25px;
}

.header-top .language-and-color__mode .color-switcher span {
  color: var(--theme-blue);
}

.header-top .page-color-mode label {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.header-top .page-color-mode label > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-top .page-color-mode label input {
  width: 0;
  height: 0;
  visibility: hidden;
}

.header-top .page-color-mode label img {
  width: 20px;
}

:root.dark .font-toggler button {
  background: none;
  color: var(--color-light-extra);
  border: 1px solid var(--color-light-extra);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}



/* ___________header section end___________ */

/* ___________hero section start___________ */

.section-hero .highlights .hightlight-inner {
  gap: 1rem;
}

:root.dark .section-hero .highlights {
  border: 1px solid var(--color-light-extra);
}

.section-hero .highlights .highlight-box-content marquee {
 /* margin-top: 0.3rem;*/
}

.section-hero .highlights .highlight-box-content ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
}

.section-hero .highlights .highlight-box-content ul li a {
  color: var(--theme-blue);
/*  font-size: 0.9rem;
  font-weight: 600;*/
}

:root.dark .section-hero .highlights .highlight-box-content ul li a {
  color: var(--color-light-extra);
}

.section-hero .highlights .highlight-box-content ul li a:hover {
  color: var(--theme-red);
}

.section-hero .image-slider {
  width: 100%;
  height: 400px;
}

.section-hero .image-slider .swiper-slide img {
  width: 100%;
  height: 400px;
/*  object-fit: cover;*/
}

.section-hero .image-slider .swiper-image-container {
  position: relative;
}

.section-hero .image-slider .swiper-image-container .image-caption {
  padding: 0.5rem;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 111;
  background: #0009;
  color: #fff;
  transform-origin: left;
}
.section-hero .image-slider .swiper-slide-active .image-caption {
  animation: 0.7s ease-out slidein;
}

@keyframes slidein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.section-hero .image-slider .swiper-image-container .image-caption h5 {
  font-size: 0.95rem;
  margin: 0;
  font-weight: 400;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f138";
  font-size: 1.7rem;
  color: #0008;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f137";
  font-size: 1.7rem;
  color: #0008;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

 .section-hero .office-staffs .card-landscape img {
  width: 100px;
  height: 100px;
} 


.office-staffs-content .card-body{
  padding: 0px;
}


.section-hero .office-staff-card {
  border: 2px solid var(--theme-light);
  border-radius: 5px;
  padding: 0.5rem;
/*  background: var(--theme-light-mono);*/
}

.section-hero .office-staff-card .staff-image img {
  width: 110px;
  margin: 0.5rem 0;
}

.section-hero .office-staff-card h5 {
  font-size: 1.1rem;
/*  color: var(--theme-blue);
  font-weight: 600;*/
}

.section-hero .office-staff-card .staff-name h5 {
  color: var(--primary-text-color);
  font-weight: 500;
}



.carousel-item img{
  height: 25rem;
}

/* __________hero section end_____________ */

/* __________ about section start ___________ */

/*.section-about .section-about-content .row {
  justify-content: space-between;
}*/

.section-about .our-facebook-page {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.section-about .officers-saying {
  box-shadow: 5px 5px 25px #00478c33;
  border-radius: 10px;
}

.section-about .officers-saying img {
  width: 150px;
}

/* ___________ about section end ___________ */


/*Officials Start*/
.text-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 40px rgba(225,225,237,0.6);
    box-shadow: 0px 4px 40px rgba(225,225,237,0.6);
    border-radius: 21px;  
}
.text-img img{
  border-radius:  50%;
}

/*Officials End*/


/* ___________ notice section start _________ */

.nav-tabs .nav-link {
  border-radius: 0;
  padding: 0.5rem;
  display: block;
  width: 100%;
  font-size: larger;
}



:root.dark .nav-tabs {
  border: 1px solid var(--color-light-extra);
  margin-bottom: 1rem;
}

.nav-tabs .nav-item {
  flex: 1;

}

.nav-tabs .nav-link:hover {
  color: var(--color-light);
  background: var(--theme-red);
}

.section-notices-and-downloads .card-box-content .upload-date {
  min-width: 130px;
}

.section-notices-and-downloads .tab-content {
  padding: 5px;
}

:root.dark .section-notices-and-downloads .notice-title h3 {
  color: var(--primary-text-color) !important;
}

:root.dark .section-notices-and-downloads .notice-title h5 {
  color: var(--primary-text-color) !important;
}

:root.dark
  .section-notices-and-downloads
  .card-box-content
  .notice-description
  h5 {
  color: var(--primary-text-color) !important;
}

:root.dark .section-notices-and-downloads .card-box-content .read-more a {
  color: var(--primary-text-color);
}

.nav-tabs li button {
  color: var(--color-light);
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
  border: none;
  background: var(--theme-blue);
}

:root.dark .nav-tabs .nav-item .nav-link,
:root.dark .nav-tabs .nav-link {
  border: 1px solid var(--color-light-extra);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--theme-red);
  color: var(--color-light);
  border: none;
}

:root.dark .nav-tabs .nav-item.show .nav-link,
:root.dark .nav-tabs .nav-link.active {
  background: var(--color-light-extra);
  color: var(--color-dark);
  border: 1px solid var(--color-light-extra);
}

.section-notices-and-downloads
  .important-notices
  .notice-card
  .notice-title
  h5 {
  transition: all 0.3s;
}

.section-notices-and-downloads
  .important-notices
  .notice-card:hover
  a
  .notice-title
  h5 {
  color: var(--theme-red);
}

.section-notices-and-downloads .important-notices .view-all-btn {
  background-color: var(--theme-blue-dark);
  border-radius: 5px;
  padding: 0.4rem 1rem;
  box-shadow: 5px 5px 15px #0003;
}

.notice-title h3{
  line-height: 25px;
  margin-bottom: 0px;
}
.notice-body{
  text-align: justify;
} 

.news-section .tab-content{
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(406px - 40px);  
}

/* ___________ notice section end ____________ */

/*News Ticker Start*/
.bn-breaking-news ul li{
  font-weight: 700;
}

.bn-breaking-news ul li a:hover{
  color: red!important;
}

/*News Ticker End*/

/* _____________ quick tools section start ________ */

.section-quick-tools .container {
  /* background: var(--theme-blue); */
}

/* :root.dark .section-quick-tools .container {
  border: 1px solid var(--color-light-extra);
  padding: 1rem;
} */

.section-quick-tools .tool-card {
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
}

:root.dark .section-quick-tools .tool-card-content {
  border: 1px solid var(--color-light-extra);
}

.section-quick-tools .tool-card a {
  color: var(--color-light);
  font-size: 2rem;
}

.section-quick-tools .tool-card a:hover {
  color: var(--theme-light-mono);
}

:root.dark .section-quick-tools .tool-card a:hover {
  color: var(--color-dark);
}

.section-quick-tools .tool-card a:hover .tool-card-content {
  background: linear-gradient(45deg, var(--theme-blue), var(--theme-blue-dark));
}

:root.dark .section-quick-tools .tool-card a:hover .tool-card-content {
  background: linear-gradient(45deg, #fff9, #fff);
}

.section-quick-tools .tool-card .tool-card-content {
  background: #2b86b4;
  padding: 1rem 0.5rem;
}

.section-quick-tools .tool-card .card-image {
  margin-bottom: 0.7rem;
}

.section-quick-tools .tool-card h5 {
  /*font-weight: 600;*/
  font-size: 1.4rem;
}

/* _____________ quick tools section end ___________ */

/* ___________ image gallery section start _________ */

.gallery-album .album-thumbnail {
  width: 100%;
  min-height: 170px;
  max-height: 300px;
}

.gallery-album {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.gallery-album .album-caption {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: calc(0 + 0.75rem);
  background: linear-gradient(to top, var(--theme-blue), transparent);
  padding: 0.5rem;
  padding-top: 30%;
  width: calc(100% - 1.5rem);
  height: 70%;
}

.gallery-album img {
  filter: brightness(50%);
  min-height: 300px;
  max-height: 300px;

  /* display: none; */
}

/* ___________ image gallery section end ___________ */

/* _____________ padhadhikari page start ____________ */

.page-container .padhadhikari-content {
  border-radius: 10px;
}

.page-container .padhadhikari-name-and-post h5 {
  font-weight: 600;
}

.page-container .padhadhikari-image img {
  width: 130px;
}

/* _____________ padhadhikari page end _______________ */

/* ___________ table global start ______________ */

.page-container table {
/*  border-collapse: collapse;
  width: 100%;*/
}

/* .page-container table,
.page-container th,
.page-container td {
  border: 1px solid #000;
} */

.page-container th {
  background: var(--theme-blue);
  color: #fff;
}

.page-container th,
.page-container td {
  padding: 0.5rem 1rem;
}

.page-container td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
/*.page-container table tr:nth-child(even) {
  background-color: #e3e3e3;
}

.page-container table tr:nth-child(odd) {
  background-color: #e3d6d6;
}*/

/* _____________ table global end ____________ */

/* _____________ form global start __________ */

.page-container form button.bg-blue:hover {
  background: #003a74;
}

/* ___________ form global end ______________ */

/* ____________ footer section start _______________ */

.section-footer .important-links a {
  transition: 0.5s;
}


.officer-contact a{
  color: var(--color-light-extra);
}

.section-footer .important-links a:hover {
  margin-left: 5px;
  color: var(--color-light-extra);
}

.section-footer ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.section-footer .footer-box img {
  width: 100px;
}

.section-footer .footer-box .office-detail img {
  width: 60px;
}

/* ____________ footer section end _______________ */



.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100%; 
}

.top-bar{
    border-bottom: 1px solid rgba(0,0,0,.125); 
}
.top-bar ul li{
    padding: 15px 15px 0px 15px;
    font-size: 0.875rem;
    border: none;
    border-right: 1px solid rgba(0,0,0,.125);  
}.top-bar ul li:last-child{
    border-right: 1px solid #e3e3e3;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px;
}

.top-bar ul.top-bar-right{
  float: right;
}

.top-bar ul.top-bar-right li:first-child{
    border-left: 1px solid #e3e3e3;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.top-bar ul.top-bar-right li:last-child{
  border: none;
}



.member-list-img{
  width: 150px!important;
}





.karmachari-section .page-content-detail {
  position: relative;
}

.karmachari-section .karmachari-image {
  border: 1px solid var(--theme-blue);
  width: 125px;
  position: absolute;
  top: 50px;
  right: 0;
}

.karmachari-details .info-box .info-title h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

.karmachari-details .info-box .info-title h5::after {
  content: " :";
}

.karmachari-details .info-box .info-data p {
  color: rgb(221, 36, 61);
  font-size: 1rem;
  margin: 0;
}

.karmachari-details .info-box {
    display: flex;
    gap: 0.5rem;
    flex-basis: 100%;
}

.karmachari-content-box{
  width: 50%;
  margin: auto;
}


/*.karmachari-details .info-box:nth-child(-n + 7) {
  flex-basis: 80%;
}*/





.karnaligov{
  font-size: 1.1rem;
}

.upper-header-section {
    border-bottom: 1px solid #ccc;
}
.contact-info {
    display: flex;
    justify-content: flex-start!important;
    text-align: left!important;
}
.languages {
    color: #2361b9;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    text-align: right;
}
.languages ul {
    padding: 0;
    margin: 0;
}
.languages ul li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}.languages ul li a {
    color: #2361b9;
    display: block;
    font-size: 12px;
    padding: 2px 5px 2px 4px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
}.languages ul li img{
  height: 20px;
  width: 20px;
}







.staff-info {
    background: #fff;
    text-align: left;
    padding: 25px 0px 25px 100px;
    margin-left: 50px;
    box-shadow: 1px 0px 0px 2px #e3e3e3;
    border-radius: 15px;
}

.staff-info h3{
  font-size: 18px;
}

.staff-desk {
    background: transparent;
    border: 4px;
    margin: 20px 0 50px;
    position: relative;
    box-shadow: none;
    
}
.staff-info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0px;
    margin: 0px;
}
.staff-name{font-weight: bold; margin-bottom: 0px;}


.staff-photo {
    border: 1px solid #fff;
    position: absolute;
    overflow: hidden;
    box-shadow: 0px 3px 1px #9e9a9a;

    transform: translateX(-50%) translateY(-50%);
}

.staff-photo {
    width: 128px;
    height: 135px;

border-radius: 50%;
    left: 15%;
    top: 50%;

}

.card-box{
  border-bottom: 1px solid #e3e3e3;
}



#button {
  display: inline-block;
  background-color: #ee1d25;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i {
  font-size: 2rem;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*Infographic Start*/

.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
/*  --flapWidth: 2rem*/;
  --flapHeigth: 1rem;
  --iconSize: 2rem;
  --colGapSize: 2rem;
  width: min(100%, 20rem);
/*  margin-inline: auto;*/
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}
.ol-cards > li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  /*padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;*/
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards > li > .icon {
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  place-items: center;
  padding-left: 1.5rem;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(
    0 var(--flapHeigth),
    100% 0,
    100% 100%,
    0 calc(100% - var(--flapHeigth))
  );
  background-color: var(--accent-color);
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.2)
  );
  z-index: -1;
}

.ol-cards > li > .title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.25rem;
}
.ol-cards > li > .descr {
  grid-area: descr;
}



/*Infographics End*/

.card-body .icon span{
  font-size: 48px;
}

.card-body .align-items-center .col-auto{
  flex: .20;
}



/*Publication*/
.publication-section{
  padding-bottom: 40px;
}


.left_arrow{
  position: absolute;
  top: 45%;
  left: -6px;
  font-size: 24px;
  height: 45px;
  width: 45px;
  background: #297bb7;
  color: #fff;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  line-height: 1.6;
  border: 3px solid #fff;
  cursor: pointer;
  transition: .3s;
}
.left_arrow:hover{
  background: #246c4e;
  border-color: #246c4e;
}


.right_arrow{
  position: absolute;
  top: 45%;
  right: -6px;
  font-size: 24px;
  height: 45px;
  width: 45px;
  background: #297bb7;
  color: #fff;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  line-height: 1.6;
  border: 3px solid #fff;
  cursor: pointer;
  transition: .3s;  
}
.right_arrow:hover{
  background: #246c4e;
  border-color: #246c4e;
}

.slick-dots{
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.slick-dots li{
  display: inline-block;
  margin: 0px 10px;
}
.slick-dots li button{
  font-size: 0;
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
  border: none;
}
.slick-dots .slick-active button{
  background: #2a8bc6;
  height: 15px;
  width: 15px;
}
.slick-track {
    display: flex;
    gap: 2rem;
}

.slick-slide img{
  height: 20rem;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: var(--theme-blue);
}

.section-title h2:before {
    margin: 0 15px 10px 0;
}
.section-title h2:after {
    margin: 0 0 10px 15px;
}

.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--theme-blue);
    display: inline-block;
}

.logo-sections {
  background: url(../images/skyline.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  min-height: 345px;
  background-position-x: inherit;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.footerbg{
  background: #4a7791;
}

.ministrylist{
  background: var(--theme-blue);
}



.context {
    overflow: hidden;
    position: relative;
}
.pink {
    background: #ed145b;
   
}
.green {
    background: #00a651;
}
.darkblue {
    background: #0054a6;
}
.gold {
    background: #d4ab07;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: .3s ease;

}
.context:hover .overlay {
  opacity: 1;
  cursor:pointer;
}
.context img{
  height: 215px;
}


.text {
    display: table;
    width: 100%;
    height: 100%;
    font-size:1.2rem;
}
.text > div{
  display:table-cell;
  vertical-align:middle;
  }
  @media (max-width: 575.98px) {
    img{
      width:100%!important;
    }
    .text{
      font-size:2rem;
    }
  }





.news-section .tab-content::-webkit-scrollbar {
  width: 10px;
  background: F5F5F5;
  

}

/* Track */
.news-section .tab-content::-webkit-scrollbar-track {
  background: #f1f1f1;

}

/* Handle */
.news-section .tab-content::-webkit-scrollbar-thumb {
  background: #ee1d25;
  border-radius: 100px;
}

/* Handle on hover */
.news-section .tab-content::-webkit-scrollbar-thumb:hover {
  background: #ee1d25;
}

/*Modal*/

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.vertical-alignment-helper{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    width: 100%;
}
.modal-dialog{
    max-width: 60%!important;
    overflow-y: initial !important
}
.modal-title{
    padding-left: 25px!important;
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

@media only screen and (max-width: 768px){
    .modal-dialog{
        max-width: 80%!important;
    }
}










.service-card {
            transition: all 0.3s ease;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            background: linear-gradient(145deg, #ffffff, #f3f3f3);
            box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff;
        }
        
        .icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        
        .icon-wrapper img{
          height: 100px;
          width: 100px;
          border-radius: 50%;
        }
        .custom-badge {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .service-title {
            color: #2d3748;
            font-weight: 600;
        }
        
        .service-text {
            color: #718096;
            font-size: 0.95rem;
        }



.dept-box {
    display: block;
    text-align: center;
    background: #fff4f6;
    border: 1px solid #fff;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    box-shadow: 0 0 12px rgb(0 0 0 / 11%);
    margin-bottom: 30px;
    min-height: 125px;
}
.dept-box img {
    max-height: 60px;
    max-width: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.dept-box span {
    display: block;
    padding-top: 10px;
    font-weight: 500;
    color: #265CC0;
    font-size: 15px;
}