/*
Theme Name: Employee Provident Fund
Theme URI: https://epf.org.np/
Author: Kantipur Infotech
Author URI: https://kantipurinfotech.com/offcanvasExample
Description: Official website of Employee Provident Fund
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #135ebd;
  --dark-primary-text: #fff;
  --dark-secondary-text: #d0d0d0;
  --dark-primary-bg: #1c1c1c;
  --dark-secondary-bg: #3c3c3c;
  --red-primary: #E74C3B;
}

body {
  font-family: Montserrat;
  background: #f0f0f0;
}
body.dark-mode {
  background-color: var(--dark-secondary-bg);
  color: #e0e0e0;
}
.dark-mode .list-group-item-top {
  background-color: #1e1e1e;
  color: #fff;
}
.padding-block-10{
	padding-block: 10px !important;
}
.back-light {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}

.client-section.back-light {
  background-color: #fff;
}

.back-dark {
  background-color: var(--dark-primary-bg);
  color: #fff;
}

a {
  text-decoration: none;
  color: unset;
}
nav {
  background-image: linear-gradient(
    25deg,
    var(--primary-color),
    var(--primary-color)
  );
}
.nav-sticky {
  position: sticky;
  top: -78px;
  z-index: 999999999;
  transform: translateY(100%);
  transition: 0.5s;
}
#nav-srch-icn{
	display: none;
}
svg#layer_1{
	height: 539px;
}

.navbar {
  padding-block: 0;
}
.otrDrp a.nav-link {
  font-size: 16px;
}
nav img {
  width: 200px;
}
.text-justify {
  text-align: justify;
}
.card-title {
  font-size: 20px;
  font-weight: 600;
}
.card-title.br-ttl {
  font-size: 16px;
}
.card-title.sm-card-title {
  font-size: 16px;
  font-weight: 500;
}
.container-fluid {
  padding: 0 100px;
}
.navbar-nav .nav-link {
  font-size: 18px;
  color: #fff;
/*   padding-block: 25px; */
}
.navbar-nav .nav-link.search-padding {
  padding-block: 18px;
}
.dropdown-menu {
  font-size: 16px;
}
button.nav-link.ser:hover {
  color: #000 !important;
}
.nav-link.active {
  color: #fff !important;
  font-weight: 600;
}
.tab-cnt {
  padding: 20px 10px;
  background: #F0F2F5;
  margin: 0;
  margin-top: -17px;
  border-radius: 8px;
}
.back-dark .tab-cnt {
  background: var(--dark-secondary-bg);
}
.nav-link.ser.active {
  color: #000 !important;
  font-weight: 600;
}
.nav-link.ser {
  color: #000;
}
.nav-link.ser .card-ser-des {
  font-size: 16px !important;
  margin-top: 8px !important;
 display: flex;
}
.nav-pills .nav-link.ser.active {
  background-color: #f2f2f2 !important ;
}
.search-model-image {
  height: 100px;
  /* background: var(--primary-color); */
  padding: 10px;
  border-radius: 10px;
}
.brn-top {
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
}
.ul-hover-bg-change li:hover{
	background-color: #fff;
}
.ul-hover-bg-change li:hover a{
	color: #000;
}
.mdl-src {
  background-color: rgba(0, 0, 0, 0.474);
  width: 100vw;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 9999999999;
}

.mdl-src-frm {
  background-color: var(--primary-color);
  padding: 20px;
  width: 50%;
  border-radius: 10px;
}

.top-text p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.top-text h2 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: var(--primary-color);
}

.top-text p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

#src-clz {
  background: transparent;
  border: none;
  outline: none;
  font-size: 28px;
  margin-left: auto;
  display: block;
  color: #fff;
}

#src-icn {
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
}
/* .nav-link:focus,
.nav-link:hover {
  color: #fff !important;
} */
.navbar-brand img {
  width: 246px;
}
.dropdown-menu {
  --bs-dropdown-padding-y: 0 !important;
  --bs-dropdown-bg: var(--primary-color);
}
.dropdown-item {
  padding-block: 10px;
}
.dropdown-item:hover {
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  /* top: 60px; */
  border: none;
  min-width: 192px;
  border-radius: 0;
}
.container-fluid .navbar-nav .nav-link {
  white-space: nowrap;
}
.Cusdropdown-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  left: -82%;
  background: var(--primary-color);
  top: 0;
  display: none;
  z-index: 99;
}
.Cusdropdown-menu.Cus-online {
  left: -57%;
}
.otrDrp:hover .Cusdropdown-menu {
  display: block;
}
.nav-item:hover .dropdown-menu {
  display: block;
  background-color: var(--primary-color);
}
.dropdown-menu a {
  color: #fff;
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.on-ser-img{
	width: 30px;
}
.epfNav{
	padding: 1px 0;
  align-items: center;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #023854;
}
.list-group-top {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  align-items: center;
  gap: 10px;
}
.list-group-item-top {
  padding: 0.2rem 1rem;
  list-style: none;
  border: none;
  border-right: 1px solid #d3d3d3d4;
}
.list-group-item-top:last-child {
  border: none;
}
.tp-hd .nav-link {
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
}
.fontResizer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  /* background-color: #ffffffd4; */
  color: var(--primary-color) !important;
  margin: auto auto;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}

.languageChanger button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  /* color: #ffffffd4 !important; */
  margin: auto auto;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #ffffffd4;
  outline: none;
  background-color: transparent;
}
.img-box img {
  width: 130px !important;
  height: 130px;
  object-fit: cover;
  border: 2px solid #1349bd;
  border-radius: 6px;
}

.hero-section {
  height: 70vh;
}
.ul-style{
	list-style: disc !important;
}

/* .carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 73%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
  left: 100px;
}
.carousel-control-next {
  left: 85%;
}
.carousel-control-prev {
  left: 80%;
}

#herosectionSlider,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
} 
  .carousel-caption {
  top: 35%;
  left: 15%;
  right: auto;
  text-align: left;
  z-index: 55;
  width: 30%;
  position: absolute;
} 
   .carousel-caption h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  font-family: Playfair Display;
  margin-bottom: 24px;
}
.carousel-caption p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.2;
}
.slider-icon {
  background: var(--primary-color);
  color: #ffffffb5;
  font-size: 52px;
  padding: 0px;
} */

.hero-overlay {
  /* position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(90deg, #013678b2 0%, rgba(2, 56, 84, 0) 100%);
  height: 100%;
  width: 100%; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000b7;
  opacity: 0.6;
  z-index: 1;
}
.card-emp {
  border: none;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  padding: 22px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  border-radius: 6px;
}
.card-awr {
  border: none;
/*   background: #135ebd29; */
  text-align: center;
/*   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06); */
  padding: 20px 20px 0 20px;
  border-radius: 6px;
  height: 100%;
}
.back-dark .card-awr {
  background: var(--dark-secondary-bg);
}

.card-dbg {
  background: #135ebd29 !important;
  cursor: auto !important;
}

.back-dark .card-dbg {
  background: #5e5e5e !important;
}
.card-dbg:hover h5 {
  color: #000 !important;
}

.home-about {
  /* background: url("https://geoinfra.com.np/wp-content/uploads/2024/04/Pattern.svg"); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 250px;
}

.card {
  border: none;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  padding: 13px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  transition: 0.2s all ease-in-out;
}
.main-member {
  border: none;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
}
body.dark-mode .main-member {
  background-color: var(--dark-secondary-bg);
}
.card.card-sub:hover {
  background: #fafafae8 !important;
}
.card.card-sub:hover h5 {
  color: #000 !important;
}
.card-pad {
  padding: 40px 20px;
}
.epfCard {
  background-color: #F0F2F5;
}
.home-about .card:hover {
  background: var(--primary-color);
}
.home-about .card.ser:hover {
  background: var(--primary-color);
  background: var(--primary-color);
}
.card.myser {
  color: #000;
}
.card.gln-crd:hover {
  background: #fafafae8;
}
.card.gln-crd {
  padding: 29px 20px;
}
.home-about .card:hover .card-title {
  color: #ffffff;
}
.home-about .card:hover .card-ser-des{
	color: #fff;
}
.home-about .card.ser:hover .card-title {
  color: var(--bs-card-title-color);
}
.home-about .card .card-ser-des {
  font-size: 16px;
  margin-top: 8px;
}
.home-about .card .card-ser-des span {
  font-size: 18px;
	margin: 0 5px;
    background: red;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 18px;
}


.home-about .card img.sm-img {
  width: 80px;
  height: 80px;
}
.home-about .card .card-body {
  padding-bottom: 0;
}
.mt-50 {
  margin-top: 50px;
}
.home-about .card .card-body .card-title {
  margin-bottom: 0;
}
.card img.ard-img {
  width: auto;
  height: 117px;
}
.card .st-icn {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: 6px;
}
.st-icn1 {
  background-color: #228b22;
  animation: pulse-animation2 1s ease-in-out infinite;
}
.st-icn2 {
  background-color: #ff8c00;
  animation: pulse-animation3 1s ease-in-out infinite;
}
.st-icn3 {
  background-color: #e57e58;
  animation: pulse-animation4 1s ease-in-out infinite;
}
.st-icn4 {
  background-color: #208af8;
  animation: pulse-animation5 1s ease-in-out infinite;
}
.card .st-icn i {
  display: none;
}
.card .st-ttl h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.gln-nm h2 {
  font-size: 18px;
  font-weight: 600;
}
.glc-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
body.dark-mode .glc-heading,
body.dark-mode .glc-desc {
  color: #000;
}
.card .gln-res p {
  font-size: 15px;
  font-weight: 500;
}

.mbl-app .mbl-app-lf {
  padding: 60px;
}
.mbl-app .mbl-app-hd h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.mbl-app .mbl-app-bd p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.mbl-app .mbl-app-act img {
  width: 115px;
  transition: 0.3s;
}
.mbl-app .mbl-app-act img:hover {
  /* width: 120px; */
  filter: grayscale(1);
  transition: 0.3s;
}
.mbl-app .ap-img {
  display: flex;
  justify-content: center;
}

.table > :not(caption) > * > * {
  padding: 0.53rem 0.5rem;
}

.table.table-about > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}
.interest-rate.table > :not(caption) > * > *{
	background: transparent !important;
}
.interest-rate.table{
	padding: 10px !important;
}
.interest-rate.glc-table{
	background: #f0f2f5 !important;
}
.interest-rate.table tr{
	background: transparent !important;
}
.about-main-img {
  width: 100%;
  height: 527px;
  border-radius: 8px;
  object-fit: cover;
}
.glc-resp{
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.glc-table {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  min-width: 457px;
}
table.glc-table {
  min-width: 100% !important;
}
table.glc-table tr {
  font-size: 16px;
}
.about-us-content {
  text-align: left;
}
.section-name {
  font-size: 16px;
  font-weight: 500;
  border-left: 4px solid var(--red-primary);
  padding: 0 0 0 10px;
  color: var(--red-primary);
  text-transform: Uppercase;
}
.back-dark .section-name,
body.dark-mode .section-name {
  border-left: 4px solid rgb(169, 169, 169);
}
.dark-section-name {
  border: none;
  padding: 0 10px;
  opacity: 0.5;
}
.tag-line {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
  font-family: Playfair Display;
}
.back-dark .tag-line,
body.dark-mode .tag-line {
  color: var(--dark-primary-text);
}
.sin-tag-line {
  font-size: 34px;
  color: rgba(2, 56, 84, 1);
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
  font-family: Playfair Display;
}
body.dark-mode .sin-tag-line {
  color: var(--dark-primary-text);
}
.dark-tag-line {
  color: #ffffff;
  margin-top: 10px;
}
.content {
  text-align: justify;
  color: #6c6c6c;
  line-height: 1.4;
  font-size: 16px;
}
body.dark-mode .content,
.back-dark .content {
  color: var(--dark-secondary-text);
}
.content a,
.content p a {
  color: #5a65ff !important;
}
.buttons {
  margin: 20px 0;
}
.explore-more {
  display: flex;
  align-items: center;
  width: max-content;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 16px;
  padding: 10px 37px;
  border-radius: 100vw;
  transition: 0.2s all ease-in-out;
}
.explore-more:hover {
  background: #104d9d;
  color: #ffffff;
}

.ghosana-card {
  background: var(--primary-white);
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 100%;
}

.ghosana-card .date-icon {
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  background: rgba(6, 74, 9, 0.2);
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
.ghosana-card:hover .date-icon {
  background-color: var(--primary-color);
  color: #fff;
}

.ghosana-card .content span {
  font-size: 14px;
  font-weight: 400;
  font-family: Mukta;
  color: var(--primary-black);
  opacity: 0.7;
}

.ghosana-card .content h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: Mukta;
  color: #141414;
  opacity: 0.8;
  margin-top: 8px;
}

.service-sect .ind-serv h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Poppins";
}

.services-section {
  width: 100%;
  text-align: center;
  padding: 100px 250px;
  color: white;
  overflow: hidden;
  background: rradial-gradient(
    circle,
    rgba(2, 56, 84, 0.7329525560224089) 0%,
    rgba(2, 56, 84, 0.8477984943977591) 100%
  );
  background: radial-gradient(
      circle,
      rgba(2, 56, 84, 0.7329525560224089) 0%,
      rgba(2, 56, 84, 1) 100%
    ),
    url("<?= get_template_directory_uri();?>/assets/images/bgMountain.jpg"); /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(
      circle,
      rgba(2, 56, 84, 0.7329525560224089) 0%,
      rgba(2, 56, 84, 1) 100%
    ),
    url("<?= get_template_directory_uri(); ?>/assets/images/bgMountain.jpg"); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.uk-marker {
  padding: 0;
  background: #ec2329;
  color: transparent;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  border-radius: 500px;
}
.uk-marker::selection {
  background: #000;
  color: #ec2329;
  text-shadow: none;
}

.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
.uk-text-center {
  text-align: center !important;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px transparent;
  }
}
@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0 #026e02;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
@keyframes pulse-animation3 {
  0% {
    box-shadow: 0 0 0 0 #d87700;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
@keyframes pulse-animation4 {
  0% {
    box-shadow: 0 0 0 0 #de5422;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
@keyframes pulse-animation5 {
  0% {
    box-shadow: 0 0 0 0 #176fcd;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
.epf-map {
  background: radial-gradient(
      circle,
      rgba(187, 200, 255, 0.85) 0%,
      rgba(187, 200, 255, 0.85) 100%
    ),
    url("http://localhost/epf/wp-content/themes/geoinfra/assets/images/bgMountain.jpg")
      fixed 50%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.epf-map {
  background: radial-gradient(circle, #184988a6, #184988a6),
    url("http://localhost/epf/wp-content/themes/geoinfra/assets/images/bgMountain.jpg")
      fixed 50%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.map-wrapper {
  position: relative;
}

.mytooltip {
  position: absolute;
  /* background: rgba(0, 0, 0, 0.75); */
  background-color: var(--primary-color);
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  pointer-events: none;
  z-index: 9999;
}

.cls-1 {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.bbb {
  color: rgb(224, 224, 224);
}
.map-lo{
	margin-top: -17px;
}
.map-lo h2 {
  font-weight: 600;
  font-size: 20px;
  margin-inline: auto;
  font-family: "Poppins", sans-serif;
  color: var(--primary-color);
}
body.dark-mode .map-lo h2 {
  color: var(--dark-primary-text);
}
.map-loct {
  color: #000;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  border-radius: 8px;
  padding: 26px 0;
}
.back-dark .map-loct {
  background-color: var(--dark-secondary-bg);
}
.map-loct:hover {
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.04);
}
.p-mp {
  padding: 0 250px;
}

.map-loct h3 {
  font-weight: 600;
  font-size: 42px;
  color: var(--primary-color);
  margin-inline: auto;
  font-family: "Poppins", sans-serif;
}
.text-red{
	color: var(--red-primary);
}

.back-dark .map-loct h3,
.back-dark .map-loct p,
.back-dark .map-loct svg {
  fill: var(--dark-primary-text);
  color: var(--dark-primary-text);
}

.map-se img {
  position: absolute;
  top: 0;
  left: 0;
}
.lo-txt {
  font-size: 18px;
}

.service-card {
  /* height: 300px !important; */
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  padding: 50px;
  border: none;
  cursor: pointer;
  color: rgba(2, 56, 84, 1);
}

.service-card .ser-pg-img {
  height: 65px;
  width: 65px;
	background: #fff;
  border-radius: 8px;
}

.service-card .ser-pg-img img {
  height: 100%;
  width: 100%;
}

.service-card:hover {
  background: var(--primary-color);
  color: #ffffff;
  outline-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 0px 0px;
}
.service-card:hover span {
  color: rgba(2, 56, 84, 1);
}

.president-detail {
  float: left;
}
.president-detail h6 {
  color: #023854;
}
.president-detail .section-name {
  color: #023854;
  opacity: 0.8;
}

.get-involved {
  background: radial-gradient(
    circle,
    rgba(2, 56, 84, 1) 0%,
    rgba(2, 56, 84, 0.9) 100%
  );
  padding: 100px 100px;
  display: flex;
  justify-content: center;
}
.get-involved-content {
  width: 80%;
}
.get-involved-content h2 {
  color: #9faeb9;
  text-align: center;
}
.get-involved-content h2 a {
  color: #ffffff;
  font-family: Playfair Display;
  transition: 0.3s all ease-in-out;
}
.get-involved-content h2 a:hover {
  text-decoration: underline;
}

.section-title-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.tab-nav-container2 {
  width: 100%;
/*   background: #eff2f5; */
  padding: 10px;
  margin-left: 12px;
}

.back-dark.tab-nav-container2,
body.dark-mode .tab-nav-container2 {
  background: var(--dark-primary-bg) !important;
}
button.tab-link.active {
  background: var(--primary-color) !important;
}
body.dark-mode button.tab-link.active {
  background: var(--primary-color) !important;
}
button.tab-link {
  background: rgba(34, 96, 191, 0.14) !important;
  font-size: 14px;
  font-weight: 600;
  color: #245fb9;
  border-radius: 0px !important;
  white-space: nowrap;
  border-radius: 4px !important;
}
body.dark-mode button.tab-link {
  background: rgb(190, 190, 190) !important;
}
button.tab-link:hover {
  background: var(--primary-color) !important;
}
button.nav-link:hover {
  color: #fff !important;
}
button.nav-link.hv-bl:hover {
  color: #000 !important;
}
button.nav-link.hv-bl.active:hover {
  color: #fff !important;
}
.nav-pills {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.tab-content > .active {
  display: block;
}
.rule-item {
  border: 1px solid rgba(34, 96, 191, 0.14);
  background: #ffffffc0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.rule-icon .icon {
  background: var(--primary-color);
  padding: 10px;
  color: #ffffff;
}
.rule-title {
  font-weight: 600;
  font-size: 18px;
}
.rule-title a {
  text-decoration: none;
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.more a {
  text-decoration: none;
  padding: 6px 24px;
  font-weight: 600;
  font-size: 14px;
}
.download {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}
.view {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.project-card img {
  height: 126px;
  object-fit: cover;
  width: 100% !important;
  border-radius: 10px;
}
.project-card .card-body {
  text-align: left;
}
.project-card .card-body .card-title {
  font-size: 16px;
  font-weight: 500;
}
.card-body {
  padding-left: 0px;
}
.project-card .card-body .card-title.card-title-nep {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0 0 0;
  background: whitesmoke;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

/* 
.card:hover .card-body .publication-link {
  color: rgba(2, 56, 84, 1);
  background: #ffffff !important;
}
.card:hover .card-body .publication-details div > * {
  color: #ffffff !important;
  opacity: 0.8;
} */

.publication-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publication-details-ind {
  display: flex;
  justify-content: space-between;
  align-items: left;
}
.pub-on {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.publication-link {
  padding: 10px 14px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: var(--red-primary);
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.dt-srch {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
.dt-srch span {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.date-filter-form form {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  max-width: 600px;
}

.date-filter-form label {
  font-weight: 600;
  margin-right: 5px;
  color: #333;
}

.date-filter-form input[type="date"] {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.date-filter-form .fltr-btn {
  padding: 9px 16px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.pubdate {
  font-size: 14px;
}
.publication-link-ind {
  font-size: 14px;
  color: var(--primary-color);
}
.card:hover .publication-link-ind,
.card:hover .pub-on,
.card:hover .pubdate {
  color: #fff;
}
.publication-details div span {
  color: rgba(2, 56, 84, 1);
}
.publication-details div p {
  color: rgba(2, 56, 84, 1);
  font-size: 14px;
  margin-left: 8px;
}

.client-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: whitesmoke;
  padding: 100px;
  overflow: hidden;
}

body.dark-mode .client-section {
  background: var(--dark-primary-bg);
}
.client-section-title-container {
  width: 54%;
  text-align: center;
}

.footer-member {
  display: flex;
  gap: 10px;
  background: #004dae;
  color: #e5e5e5;
  padding: 10px;
  align-items: center;
  border-radius: 6px;
}

.footer-member-image {
  height: 135px;
  width: 115px;
  background: #ced7dd;
  padding: 6px;
}

.footer-member-details {
  font-weight: 500;
  font-size: 14px;
}

footer h2 {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  margin-top: 18px;
  font-family: "Poppins";
}
.social-icon {
  height: 40px;
  width: 40px;
  background: #17519b;
  color: #ffffffed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 5%;
  transition: 0.2s all ease-in-out;
}

.br-rg {
  border-right: 2px solid rgba(255, 255, 255, 0.16);
}

.footer-container {
  background: rgba(2, 56, 84, 1);
}
.footer-about-links {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.footer-about-links .quick-links h2,
.footer-about h2 {
  color: #ffffff;
  font-size: 22px;
  font-family: Playfair Display;
}
.quick-links .link-container {
  display: flex;
}
.quick-links .link-container ul {
  padding: 0px;
}
.quick-links .link-container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links a {
  color: #ced7dd;
  font-size: 14px;
}
.quick-links a:hover {
  color: #ffffff;
}
.quick-links p{
	margin-bottom: 0.8rem !important;
}
.footer-about {
  width: 40%;
}
.footer-about .about-text {
  color: #ced7dd;
  line-height: 1.3;
  font-size: 14px;
}

.w-8 {
  width: 80%;
}

.footer-about-info {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.footer-about-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.footer-social-media p a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}
.footer-social-media p a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.copyright-ft {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.copyright-ft .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e2e4eb;
}

.about-page .content {
  width: 75%;
  text-align: center;
  margin: 20px 0;
}

.vision-mission-container {
  padding: 0px 100px 100px 100px;
}
.vision-mission {
  width: 75%;
}
.vision-mission .content {
  width: 100%;
  text-align: justify;
}
.vision-mission .content li {
  padding: 2px 0;
}
ul.content {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.gallery-tab-navs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  border: none;
}

.service-tab-navs .nav-link.active {
  background: var(--primary-color);
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

.service-tab-navs .nav-link {
  display: block;
  width: fit-content;
  border: none;
  margin: 0;
  border: 2px solid #e7e7e7 !important;
  margin-top: 15px;
  border-radius: 10px;
  color: var(--color-heading);
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: relative;
  z-index: 1;
}

.service-tab-navs .nav-link:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color) !important;
}
.vision-mission ul {
  list-style: none;
}
.vision-mission ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5e5e5e;
}

body.dark-mode .vision-mission ul li {
  color: #ccc;
}

.vision-mission.branch-ser-service ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e5e5e;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
}

.services-page {
  padding: 100px 250px;
  /* background: url("https://geoinfra.com.np/wp-content/uploads/2024/04/Pattern.svg"); */
}

.service-sect-back {
  position: relative;
  /* background: url("https://cdn.britannica.com/17/83817-050-67C814CD/Mount-Everest.jpg") */
  background: url("./assets/images/illustrator.png") no-repeat bottom right /
    contain;
  z-index: 1;
}

.service-sect-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: -1;
}

.back-dark .service-sect-back::before,
body.dark-mode .service-sect-back::before {
  background-color: var(--dark-primary-bg) !important;
}

.ser-img {
  background-color: #ffffff;
  width: fit-content;
  height: 90px;
  width: 90px;
  border-radius: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
/*   padding: 21px; */
  border: 1px solid var(--primary-color);
}
.nav-pills .nav-link.active .ser-img {
/*   background-color: #000cbe; */
}

.serImg {
  height: 100%;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-color);
}

.services-page .service-card {
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  text-align: center;
}

.ser-card-body {
  margin-top: 10px;
}

.member-card {
  border: none;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(2, 56, 84, 1);
}
.member-image {
  height: 170px;
  width: 150px;
  background: #ced7dd;
  padding: 6px;
  margin-bottom: 20px;
}
.member-message .member-image {
  height: auto;
  width: 100%;
  background: #ced7dd;
  padding: 6px;
  margin-bottom: 20px;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-details h5 {
  margin-bottom: 0;
}
.member-details .position {
  font-size: 14px;
}
.member-details .position.position-fz {
  font-size: 16px;
  font-weight: 500;
}
.member-details .position.position-fz-14 {
  font-size: 14px;
  font-weight: 500;
}
.contact-details p {
  color: rgba(2, 56, 84, 1);
}
body.dark-mode .contact-details p {
  color: var(--dark-secondary-text);
}
.contact-form-container {
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.wpcf7 {
  width: 100%;
}
.wpcf7 label {
  font-size: 14px;
  font-weight: 600;
}
.wpcf7 label,
.wpcf7 label span {
  width: 100%;
}
.wpcf7-form-control {
  width: 100% !important;
  height: 55px;
  border: 1px solid rgba(2, 56, 84, 0.5);
  border-radius: 4px;
}
.wpcf7-textarea {
  height: 120px;
}
.wpcf7-submit {
  width: 50% !important;
  background: var(--primary-color);
  color: #ffffff;
  border: none;
  transition: 0.3s all ease-in-out;
}
.wpcf7-submit:hover {
  background: rgba(2, 56, 84, 1);
}

.page-change {
  display: flex;
  justify-content: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 5px !important;
}
.page-change ul {
  margin: 30px 0 30px 0;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: right;
  position: relative;
}
.page-change ul li {
  margin: 0 0 7px 0;
  display: inline-block;
}
.page-change ul li a {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.6705882353);
  padding: 0 12px;
  line-height: 45px;
  margin: 0 8px;
  height: 45px;
  font-weight: 500;
  font-size: 18px;
  background: rgba(248, 243, 243, 1);
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  min-width: 45px;
}
.active > .page-link,
.page-link.active {
  background: rgba(2, 56, 84, 1);
  border: 1px solid rgba(2, 56, 84, 1);
  color: #ffffff;
}

.page-change ul li a:hover {
  color: white;
  background: rgba(2, 56, 84, 1);
  border: 1px solid rgba(2, 56, 84, 1);
}
.page-change ul li:last-child a:hover,
.page-change ul li:first-child a:hover {
  color: white !important;
  background: rgba(2, 56, 84, 1) !important;
  border: 1px solid rgba(2, 56, 84, 1) !important;
}

.page-change ul li:first-child a:hover {
  color: rgba(0, 0, 0, 0.6705882353);
  background: rgba(2, 56, 84, 1);
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
}
.page-change ul li:last-child a:hover {
  color: rgba(0, 0, 0, 0.6705882353);
  background: rgb(248, 243, 243);
  border: 1px solid rgba(0, 0, 0, 0.2117647059);
}

.client-card {
  height: 160px !important;
}
.client-card img {
  width: 40% !important;
}
.client-card:hover {
  background: #ffffff !important;
}
.single-page-content {
  min-height: 61vh;
  padding: 50px 250px;
}
.single-page-content img {
  width: 100%;
/*   height: 500px; */
  object-fit: cover;
  border-radius: 6px;
}
.single-page-content .single-service-icon img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}
.mbl-show {
  display: none;
}

.member-single-photo {
  height: 250px;
  width: 250px;
  background: #ffffff;
  border-radius: 4px;
}
.member-single-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.member-detail-row {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.member-detail-row .member-details {
  width: max-content;
  padding: 40px;
}
.member-detail-row .member-details .footer-social-media p {
  margin-right: 10px;
}
.member-detail-row .member-details .footer-social-media p a {
  background: #023854c4;
}
.member-detail-row .member-details .footer-social-media p a:hover {
  background: #023854;
}
.bg-img-card {
  padding: 0;
}
.bg-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bg-img-card .card-title {
  color: #ffffff;
  margin: 0;
}
.service-card .card-img-overlay {
  background: radial-gradient(
    circle,
    rgba(10, 109, 183, 0.7245491946778712) 0%,
    rgba(10, 109, 183, 1) 100%
  );
  opacity: 0.9;
}

.text-h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.q-pa-md {
  padding: 16px;
}

.q-card--bordered {
  border: 1px solid #0000001f;
}

.q-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
  vertical-align: top;
  height: 100%;
}

.ser-q-card {
  background: #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
  vertical-align: top;
  height: 100%;
}

.q-card--bordered {
  border: 1px solid #0000001f;
}

.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}

/* ===========================
===========================
      TIMELINE CSS
===========================
=========================== */

.tmln {
  --bdc: #135EBD;
  --bdc-a: #135EBD;
  --bdc-h: #135EBD;
  --bdrs: 0.25rem;
  --bdw: 2px;
  --bullet-bdrs: 50%;
  --bullet-sz: 1.2em;
  --bullet-sz-a: 6px;
  --c: hsl(200, 40%, 1%);
  --box-item-bdrs: 0.25rem;
  --box-item-bgc: rgba(255, 255, 255, 0.15);
  --box-item-dark-bgc: hsl(200, 40%, 40%);
  --box-item-dark-c: hsl(200, 40%, 95%);
  --box-item-lght-bgc: #F0F2F5;
  --gap: 1rem;
  --scroll-bgc: hsl(200, 40%, 85%);
  --scroll-w: 10px;
  --trsdu: 0.3s;
  --trstf: ease-out;
  --sl-mbe: 2em;
  --bi-miw: 85%;
  --bi-miw-tablet: 30%;
  background-color: var(--bgc, transparent);
  border-radius: var(--bdrs, 0);
  color: var(--c, currentColor);
  font-family: var(Montserrat, ui-sans-serif, system-ui, sans-serif);
  padding-block: var(--gap) 0;
  padding-bottom: var(--gap);
  padding-top: var(--gap);
  width: var(--w, 100%);
  -webkit-tap-highlight-color: transparent;
}

.tmln:not(.tmln--hr) {
  padding-inline-start: var(--gap);
}

.tmln__header {
  margin-block-start: 0;
}

.tmln__item {
  color: inherit;
  display: block;
  margin-block-end: var(--mbe, var(--gap));
  padding-inline-start: calc(var(--gap) + var(--bullet-sz));
  position: relative;
  text-decoration: none;
}

.tmln__item::after {
  border: var(--bdw) solid var(--bdc);
  border-radius: var(--bullet-bdrs);
  box-sizing: border-box;
  content: "";
  block-size: var(--bullet-sz);
  inline-size: var(--bullet-sz);
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute;
  transition: all var(--trsdu) var(--trstf);
}

.tmln__item::before {
  background-color: var(--bdc);
  content: "";
  block-size: calc(100% + var(--mbe, var(--gap)) - var(--bullet-sz));
  inline-size: var(--bdw);
  inset-block-start: var(--bullet-sz);
  inset-inline-start: calc((var(--bullet-sz) - var(--bdw)) / 2);
  position: absolute;
}

body.dark-mode .tmln__item::before {
  background-color: var(--dark-secondary-bg);
}
body.dark-mode .tmln__item::after {
  border: 2px solid var(--dark-secondary-bg);
}

.tmln:not(.tmln--hr) .tmln__item:last-child::before {
  display: none;
}

.tmln__item-headline {
  margin-block: 0;
}

.tmln__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-block: 0 var(--gap);
  padding-inline: 0;
}

.tmln__item--active::after {
  --bdc: var(--bdc-a);
  box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw)) var(--bgc, #fff),
    0 0 0 var(--bullet-sz-a) var(--bdc-a);
  background-color: var(--bdc-a);
}

.tmln__item--active:focus-visible::after,
.tmln__item--active:focus-within::after {
  box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw)) var(--bdc-h, #fff),
    0 0 0 var(--bullet-sz-a) var(--bdc);
}

.tmln__item--active [data-title],
.tmln__item:focus-visible [data-title] {
  text-shadow: 0.75px 0px 0px currentColor;
}

.tmln__item:not(.tmln__item--active):focus-visible::after,
.tmln__item:not(.tmln__item--active):focus-within::after {
  background-color: var(--bdc-h);
  box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw)) var(--bgc, #fff),
    0 0 0 var(--bullet-sz-a) var(--bdc);
}

.tmln--box .tmln__item:focus-within {
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tmln__item:focus-visible {
  outline: none;
}

.tmln__item:focus-visible [data-title],
.tmln__item:focus-within a {
  outline: 1px dotted currentColor;
  outline-offset: 6px;
}

.tmln--hr .tmln__header {
  margin-inline-start: var(--gap);
}

.tmln--hr .tmln__list {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-block-start: var(--bullet-sz-a);
  padding-inline-start: var(--gap);
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.tmln--hr .tmln__item {
  align-self: flex-start;
  margin-block-end: 0;
  min-width: var(--miw, 6rem);
  padding-block-start: calc(var(--bullet-sz) + var(--gap));
  padding-inline-end: var(--gap);
  padding-inline-start: 0;
  scroll-snap-align: start;
  scroll-margin-inline-start: var(--gap);
  scroll-margin-left: var(--gap);
}

.tmln--hr .tmln__item::before {
  block-size: var(--bdw);
  inline-size: calc(100% - var(--bullet-sz));
  inset-block-start: calc((var(--bullet-sz) - var(--bdw)) / 2);
  inset-inline-start: calc(0% + var(--bullet-sz));
}

.tmln--box .tmln__item {
  background-color: var(--box-item-bgc);
  border-radius: var(--box-item-bdrs);
  margin-block-end: 0;
  margin-inline-start: calc(var(--bullet-sz) + var(--gap));
  padding: var(--gap);
  transition: box-shadow var(--trsdu) var(--trstf);
}

.tmln--box .tmln__item [data-title] {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #E74C3B;
}

body.dark-mode .tmln--box .tmln__item [data-title] {
  color: var(--dark-primary-text);
}

.tmln--box:not(.tmln--hr) .tmln__item::after {
  inset-inline-start: calc(0px - var(--bullet-sz) - var(--gap));
}

.tmln--box:not(.tmln--hr) .tmln__item::before {
  inset-inline-start: calc(
    0px - var(--gap) - ((var(--bullet-sz) + var(--bdw)) / 2)
  );
}

.tmln--box .tmln__item--bg-dark {
  background-color: var(--box-item-dark-bgc);
  color: var(--box-item-dark-c);
}

.tmln--box:not(.tmln--hr) .tmln__item--bg-dark a {
  outline-color: var(--box-item-dark-bgc);
}

.tmln--box .tmln__item--bg-lght {
  background-color: var(--box-item-lght-bgc);
}
body.dark-mode .tmln--box .tmln__item--bg-lght {
  background-color: var(--dark-secondary-bg);
}

.tmln--box .tmln__list {
  gap: var(--gap);
  padding-inline-end: var(--gap);
}

.tmln--box.tmln--hr .tmln__item {
  --miw: var(--bi-miw);
  margin-block-end: 0;
  margin-block-start: calc(var(--bullet-sz) + var(--gap));
  margin-inline-start: 0;
  min-height: 282px;
}

.tmln--box.tmln--hr .tmln__item::after {
  inset-block-start: calc(0px - var(--bullet-sz) - var(--gap));
}

.tmln--box.tmln--hr .tmln__item::before {
  inset-block-start: calc(
    0px - var(--gap) - ((var(--bullet-sz) + var(--bdw)) / 2)
  );
  inline-size: calc(100% - var(--bullet-sz) + var(--gap));
}

.tmln--sl .tmln__item {
  --mbe: var(--sl-mbe, var(--gap));
  line-height: var(--bullet-sz);
}

@media (hover: hover) {
  .tmln__item--active:hover::after {
    box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw)) var(--bdc-h, #fff),
      0 0 0 var(--bullet-sz-a) var(--bdc);
  }
  body.dark-mode .tmln__item:not(.tmln__item--active):hover::after {
    background-color: var(--dark-primary-bg);
    box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw))
        var(--dark-secondary-bg),
      0 0 0 var(--bullet-sz-a) #000;
  }

  .tmln__item:hover [data-title] {
    text-shadow: 0.75px 0px 0px currentColor;
  }

  .tmln__item:not(.tmln__item--active):hover::after {
    background-color: var(--bdc-h);
    box-shadow: 0 0 0 calc(var(--bullet-sz-a) - var(--bdw)) var(--bgc, #fff),
      0 0 0 var(--bullet-sz-a) var(--bdc);
  }

  .tmln--box .tmln__item:hover {
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
      0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}

@media (min-width: 768px) {
  .tmln--box.tmln--hr .tmln__item {
    --miw: var(--bi-miw-tablet);
  }
}

@media (pointer: fine) {
  .tmln--hr {
    padding-block-end: var(--gap);
  }

  .tmln--hr .tmln__list {
    scrollbar-width: var(--scroll-w);
  }

  .tmln--hr .tmln__list {
    scrollbar-color: var(--scroll-tmb-bgc) var(--scroll-bgc);
    scrollbar-width: none;
  }

  .tmln__list::-webkit-scrollbar {
    display: none;
  }

  .tmln--hr .tmln__list::-webkit-scrollbar {
    background: var(--scroll-bgc);
    height: var(--scroll-w);
    width: var(--scroll-w);
  }

  .tmln--hr .tmln__list::-webkit-scrollbar-button {
    background: var(--bgc);
  }

  .tmln--hr .tmln__list::-webkit-scrollbar-thumb {
    background-color: var(--scroll-tmb-bgc);
  }
}

.tmln__item a {
  color: currentColor;
}

.block-link {
  inset: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
}

.tmln__list,
.tmln__list * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.tmln__list {
  scroll-behavior: smooth;
}

.tmln__list.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* ===========================
===========================
      TIMELINE CSS END
===========================
=========================== */

/* ===========================
===========================
      TABLEPRESS CSS START
===========================
=========================== */

.dt-container {
  clear: both;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 24px;
}
.dt-input {
  font-weight: 600;
}
.dt-length,
.dt-search {
  font-size: 16px;
  font-weight: 600;
}
.dt-layout-full {
  margin-top: 20px;
}
.dt-scroll .dt-scroll-head {
  overflow: auto !important;
  min-width: 770px !important;
  width: 100% !important;
}
.tablepress tr {
  box-shadow: inset 0 0 0 9999px #fff;
}
table tr {
  background-color: #fff !important;
  font-size: 18px;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 20px !important;
  border-bottom: none !important;
}
.dt-column-title {
  font-weight: 700 !important;
  vertical-align: middle;
  word-break: normal;
/*   font-family: "mukta"; */
  font-size: 16px;
}
.tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px !important;
  font-size: 15px;
}
.tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
.tablepress > tbody > * ~ :where(:not(.child)) > *,
.tablepress > tfoot > :where(:first-child) > * {
  border-top: none !important;
}
.dt-paging nav {
  background: transparent;
}

/* ===========================
==============================
      TABLEPRESS CSS END
==============================
=========================== */

.card:hover .pub-hv-date .material-symbols-outlined,
.card:hover .date {
  color: #fff !important;
}
.card:hover .date.myPubDate {
  color: rgba(2, 56, 84, 1) !important;
}
.hr-int {
  /* padding: 10px; */
  /* background: hsl(200, 30%, 90%); */
  border-radius: 6px;
  overflow: hidden;
}
.hr-crd {
  background-color: #F0F2F5;
}
.back-dark .hr-crd {
  background-color: var(--dark-secondary-bg);
}
.hr-int .hr-heading {
  /* background-color: var(--primary-color); */
  padding: 10px;
  /* border-bottom: 1px solid #2e70c569; */
}
.hr-int h1 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: justify;
  /* color: #fff; */
  margin: 0;
  padding: 0;
}
.hr-int p {
  margin: 0;
  line-height: 1.5;
  text-align: justify;
  padding: 10px;
  color: #6c6c6c;
  font-size: 16px;
}
.back-dark .hr-int p {
  color: var(--dark-secondary-text);
}
.ind-post {
  font-size: 14px;
}
.gal-frn-img {
  height: 181px;
  object-fit: cover;
}
.single-page-content img.gallery-pg-img {
  height: 251px;
  border-radius: 0;
}
.gal-tt {
  font-size: 24px;
}

.lis-adm h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000bd;
}
.lis-cnt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000bd;
}

body.dark-mode .lis-adm h2,
body.dark-mode .lis-adm h3 {
  color: var(--dark-primary-text);
}

.lis-adm h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000000bd;
}

.kosh-gaan {
  box-sizing: border-box;
  border-radius: 0px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
}
body.dark-mode .kosh-gaan {
  background-color: var(--dark-primary-bg);
  border: 1px solid var(--dark-primary-bg);
}

.kosh-gaan-lyricist .lyr-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 3px dotted rgb(210, 214, 222);
  overflow: hidden;
  padding: 5px;
}

.kosh-gaan-lyricist .lyr-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.kosh-gaan-lyricist h2 {
  font-size: 24px;
  margin-top: 16px;
}

.top-stik {
  position: sticky;
  top: 84px;
}

.bran-name {
  font-weight: 600;
  font-size: 30px;
  color: #000000d5;
  text-transform: capitalize;
  margin-bottom: 24px;
}

body.dark-mode .bran-name,
body.dark-mode .bran-sub-title {
  color: var(--dark-primary-text);
}

.bran-sub-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000d5;
  /* color: var(--primary-color); */
}

.wi-80 {
  width: 80%;
}

.wi-50 {
  width: 50%;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget {
  padding: 30px;
  margin-bottom: 45px;
  border: 1px solid #80808057;
  border-radius: 7px;
  background-color: #f5f5f5;
  box-shadow: 0 0 4px #d2d2d257;
}

.stik {
  position: sticky;
  top: 90px;
}

.widget .widget-title {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  padding-bottom: 0;
  text-transform: capitalize;
}

.widget .widget-title i {
  font-size: 20px;
  margin-right: 10px;
}

.widget-recent-post .recent-nws-list-li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.widget-recent-post .recent-nws-list-li {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 18px;
  line-height: 20px;
  border-bottom: 1px solid #80808057;
  gap: 20px;
}

.widget-recent-post .recent-nws-list-li img {
  height: 70px;
  width: 90px;
  border-radius: 5px;
}

.widget-recent-post .recent-nws-list-li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.pbmit-rpw-title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}

.pbmit-rpw-date {
  font-size: 14px;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
	width: 100%;
}

.custom-pagination .custom-page-numbers,
.custom-next,
.custom-prev {
  padding: 10px 15px;
  margin: 0 5px;
  text-decoration: none;
/*   background-color: #e0e0ff; */
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}

.custom-pagination .current .custom-page-numbers {
  background: var(--primary-color);
  color: white;
}

.date-filter-form {
  right: 0;

  background-color: #fff;

  padding: 5px 7px 5px 20px;

  border: 1px solid var(--primary-color);

  border-radius: 5px;
}

/* #date-fltr {
  display: none;
} */
/* #datee-fltr {
  display: none;
} */

#date-fltr-shw {
  background: transparent;
  border: 1px solid var(--primary-color);
  outline: none;
  border-radius: 5px;
  padding: 10px 14px;
}

#datee-fltr-shw {
  background: transparent;
  border: 1px solid var(--primary-color);
  outline: none;
  border-radius: 5px;
  padding: 10px 14px;
}
#date-filter-show {
  background: transparent;
  border: 1px solid var(--primary-color);
  outline: none;
  border-radius: 5px;
  padding: 10px 14px;
}
.loadersmall {
  border: 5px solid #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form-element {
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff80;
  overflow: hidden;
  padding: 0 0 0 2px;
  border: 1px solid var(--primary-color);
}

body.dark-mode .form-element {
  background-color: #fff;
}

.form-element input {
  border-color: transparent;
  border-radius: 20px;
  flex: 1;
  font-size: 18px;
  padding: 10px;
  background-color: transparent;
  outline: none;
}

.form-text {
  margin-top: 0rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-element .btn-submit {
  font-size: 22px;
  background-color: transparent;
  border-color: transparent;
  color: var(--primary-color);
  padding-left: 20px;
  padding-right: 10px;
}

.ppx-5 {
  padding: 0 3rem;
}
.branch-wrapper h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
}
.branch-wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.intro-content {
  overflow-x: auto !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.intro-content table {
  min-width: 600px;
  width: 100%;
}

.table-branch th {
  background-color: var(--primary-color);
  font-weight: bold;
  color: #fff;
  border-style: none !important;
  padding: 22px 10px;
}

.table-branch td {
  border-style: none !important;
  padding: 16px 10px;
}

table.table-branch tr {
  background-color: #ffffff4a !important;
  font-size: 18px;
}

table.table-branch tr:nth-child(2n) {
  background-color: #f9f9f9 !important;
}

table.table-bordered > :not(caption) > * > * {
  border: red !important;
}
.sort-form {
  max-width: 250px;
  margin-left: auto;
}

.sort-form select {
  width: 100%;
  padding: 15px 25px;
  font-size: 14px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sort-form select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.sort-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.sort-form select option {
  font-family: sans-serif;
}

.mission-icon {
  background-color: var(--primary-color);
  /* background: linear-gradient(#292f80, #000cbe); */
  /* background: linear-gradient(#757cdb, #000cbe); */
  height: 50px;
  width: 50px;
  border-radius: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
.mission-icon img {
  height: 100%;
  width: 100%;
}
.contact-department {
  font-size: 16px;
  font-weight: 600;
  color: #373737;
}
body.dark-mode .contact-department {
  color: var(--dark-primary-text);
}

.contact-details-info {
  /* display: flex; */
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  align-content: center;
/*   margin-bottom: 10px; */
}

.contact-location .icon-wrapper {
  font-size: 15px;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-detail-text {
  font-size: 16px;
  font-weight: 500;
}
.story-title h4 {
  font-family: barlow;
  font-weight: 600;
  font-size: 22px;
  color: #f5f5f5;
}

.carousel-item {
  /* height: 70vh !important; */
  height: 100% !important;
  overflow: hidden;
}

.carousel-item.hero2 {
  height: 50vh !important;
  border-radius: 6px;
  overflow: hidden;
}

.carousel-item img {
  object-fit: cover !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  font-size: 30px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff !important;
  border-radius: 50%;
  background-clip: padding-box;
  border: 2px;
  transition: background-color 0.6s ease-in-out, width 0.2s ease-in-out;
}

.carousel-indicators .active {
  width: 40px;
  background-color: #ffffff !important;
  border-radius: 15px;
}

.carousel-caption {
  z-index: 1;
}

.story-overlay {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.768) 40%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 50%
  );
}

.newHome h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-top: 0.3125rem;
  /* text-shadow: #00264a 0rem 0rem 0.625rem; */
  margin-bottom: 16px;
}

.newHero {
  display: flex;
  justify-content: center;
  height: 65vh;
}

.newHomeDesc {
  color: #fff;
}

.width-80 {
  width: 80%;
}

.news-tag {
  background-color: var(--red-primary);
  text-align: center;
  color: #fff;
  padding: 0.375rem 0.625rem;
  position: relative;
  width: 195px;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -0.3125rem;
  width: 0;
  height: 0;
  border-left: 0.9375rem solid;
  border-top: 0.9375rem solid;
  z-index: 99;
  color: var(--red-primary);
}

.marq-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.marquee-container {
  overflow: hidden;
  background: #f0f0f1;
  color: #000000;
  white-space: nowrap;
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 70s linear infinite;
    animation-play-state: running;
  white-space: nowrap;
  margin-left: -500px;
}

.marquee-content a {
  font-weight: 600;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.hlp-ln-act {
  padding: 22px 15px;
  background-color: rgba(34, 96, 191, 0.14);
  margin-top: 5px;
}

.hlp-ln-act h5 {
  font-size: 18px;
  font-weight: 600;
}

.hlp-ln-act a {
  padding: 10px 20px;
  background-color: #981460;
  color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.hlp-ln-act a:hover {
  color: #fff;
}

.d-bg-no {
  display: none;
}
#call-center {
  background-color: var(--red-primary);
  opacity: 0.5;
  animation: callpulse 0.8s ease infinite;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
}

@keyframes callpulse {
  50% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 1600px) {
  .home-about,
  .services-section,
  .services-page {
    padding: 100px 100px;
  }
}
#offcanvasExample {
  width: 300px;
  background: var(--primary-color);
  overflow-y: auto;
}
.trp-language-switcher > div {
  width: 110px !important;
}
.navbar-nav .nav-link.show {
  color: #fff;
}

.faq_card {
  background-color: #fff;
  border-bottom: 2px solid var(--primary-color);
  padding: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
  height: 100%;
}
.faq_card h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.faq_card:hover {
  transform: translateY(-5px);
}
.faq_card img {
  height: 64px;
}

.faqs_content ol li,
.faqs_content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}

.faqs_content .text-subtitle2 {
  color: #6c6c6c;
  font-weight: normal;
}
.trp-ls-shortcode-language {
  z-index: 99999999999 !important ;
  position: absolute !important ;
}
.trp-language-switcher > div {
  border: none !important;
}
.back-dark .trp-language-switcher > div {
  background-color: var(--dark-secondary-bg);
}
.trp-language-switcher {
  width: fit-content !important;
  background-color: red;
}

.latest_news_card img {
  height: 200px;
}

.latest_news_card .latest_news_card_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.latest_news_card .latest_news_card_date {
  font-size: 14px;
  font-weight: 500;
  margin-block: 10px 12px;
}

._mbl-navbar {
  /* 	overflow-y: auto !important; */
}

.customerSupport-wrapper {
	width: fit-content;
	position: fixed;
	top: 50%;
	/* right: -20px; */
	right: -366px;
	transform: translateY(-50%);
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

.customerSupport {
	width: fit-content;
	transform: translateY(-50%);
	background-color: #fff;
	border: 1px solid red !important;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: white;
	cursor: pointer;
	transition: 0.3s;
	border: none;
	outline: none;
	rotate: -90deg;
}



.customer-support-details {
  background-color: rgb(233, 233, 233);
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: 0.2s linear;
  width: 250px;
}

.customer-support-details ul .csli {
  border-bottom: 0.8px solid rgb(212, 212, 212);
  width: 100%;
  text-align: center;
  padding: 4px 4px 13px 4px;
}

.customer-support-details ul .csli:last-child {
  border-bottom: none;
}

.search-heading {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  margin: 0 0 30px;
  position: relative;
  font-family: "Khand", sans-serif;
  font-weight: 600;
}
.search-btn {
	border: none;
	outline: none;
	background: var(--red-primary);
	height: 40px;
	width: 40px;
	border-radius: 6px;
	color: #fff;
}
.online-ser-btn{
	background: var(--red-primary);
  border-radius: 6px;
  padding: 5px 10px !important;
}
.mbl-show-tb{
	display: none;
}


@media only screen and (max-width: 1023px){
	.tb-hide{
		display: none !important;
	}
	.mbl-show-tb{
		display: flex !important;
	}
	.mbl-hide-tb-blk{
		display: none;
	}
	#navbarText{
		display: flex !important;
		justify-content: space-between;
    width: 100%;
    align-items: center;
	}
	 .tp-hd {
    display: none;
  }
	.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
  }
	.tb-w-100{
		width: 100%;
	}
	.glc-table{
		min-width: 100%;
	}
	.mt-tb-rem{
		margin-top: 1rem;
	}
	.vision-mission {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }
  .nav-sticky {
    position: fixed;
    width: 100%;
    top: -58px;
  }
  .ppx-5 {
    padding: 0;
  }
  .hr-int p {
    font-size: 14px;
  }
  .d-bg-no {
    display: block;
  }
  .offcanvas {
    height: 100vh;
  }
  .mbl-lgg {
    background-color: #104c9b;
    padding: 9px;
    border-radius: 14px;
  }
  .home-about,
  .services-section,
  .get-involved,
  .client-section,
  .services-page {
    padding: 50px 20px;
  }
  .wi-50 {
    width: 100%;
  }
  .about-main-img {
    height: 280px;
  }
  .padding-remove {
    padding: 0 20px !important;
  }
  .about-us-content {
    text-align: center;
    margin-top: 20px;
  }
  .buttons {
    display: flex;
    justify-content: center;
  }
  .president-detail {
    margin-bottom: 20px;
  }
  .section-title-container {
    flex-direction: column;
  }
  .client-section-title-container {
    width: 100%;
  }
  .footer-about-links {
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 20px;
  }
  .footer-about {
    width: 100%;
    margin-bottom: 20px;
  }
  .link-container {
    margin-top: 0px !important;
  }
  .social-container {
    width: 40% !important;
  }
  .copyright-ft .container {
    flex-direction: column;
  }

  .about-page .content {
    width: 100%;
    text-align: justify;
  }
  .vision-mission {
    width: 100%;
  }
  .section-title-container {
    align-items: flex-start;
  }
  .publication-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .publication-link {
    margin-top: 10px;
  }
  .carousel-caption {
    width: 100%;
    padding: 0 60px !important;
    top: 30%;
    left: 0;
    text-align: center;
  }
  .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(2, 56, 84, 1) 0%,
      rgba(2, 56, 84, 0) 100%
    );
  }
  .hero-section {
    height: 65vh;
  }
  .home-resp {
    width: 100%;
    padding-left: 1rem !important;
  }
  .newHome h1 {
    font-size: 28px;
  }
  .newHomeDesc {
    width: 100% !important;
    text-align: left !important;
  }
  .home-resp .width-80 {
    width: 100%;
  }
  .home-resp .form {
    width: 100% !important;
  }
  .home-resp .form .form-element {
    width: 100%;
  }
  .imp-ntc-resp {
    flex-wrap: wrap;
  }
  .imp-ntc-resp .news-tag {
    width: 100%;
    justify-content: center;
  }
  .glc-table {
    margin-top: 18px;
  }
  .mbl-show {
    display: flex;
  }
  .mbl-hide {
    display: none !important;
  }
  .mbl-w-100 {
    width: 100% !important;
  }
  #navbarText {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  nav img {
    width: 160px;
  }
  .tp-hd {
    display: none;
  }
  .carousel-item {
    height: 37vh !important;
    border-radius: 0px;
    overflow: hidden;
  }
  .hero-mbl {
    padding: 0px !important;
  }
  .hero-pd-mbl {
    padding: 10px 20px !important;
  }
  .d-sm-no {
    display: none;
  }
  .hamburger {
    width: max-content;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
  }
  .hamburger:hover,
  .hamburger.active,
  .hamburger:focus-visible {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    background: #033956 !important;
  }
	
  .navbar {
    /* background: #ffffff; */
    padding: 10px 0;
  }
  .navbar-nav {
    justify-content: flex-end;
    align-items: center;
    width: max-content;
  }
  .mbl-nav {
    list-style: none;
    font-size: 18px;
  }
  .mbl-nav li {
    margin: 10px 0;
  }
  ._mbl-navbar {
    width: 100%;
    align-items: start;
    padding-inline: 20px;
    background-color: var(--primary-color);
  }
  .offcanvas-header {
    background-color: var(--primary-color);
  }
  ._padd_mbl {
    padding: 10px 0 !important;
  }
  ._mbl-navbar .nav-link {
    font-size: 16px;
    /* color: #000; */
  }
  ._mbl-navbar .nav-link.active {
    font-size: 16px;
  }

  ._mbl-navbar hr {
    height: 2px;
    background-color: #fff;
    width: 100%;
    margin: 0;
  }

  .header-links .nav-link {
    padding: 10px 0;
  }

  .list-group-top {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
  .list-group-item-top {
    padding: 10px 0;
  }
  .single-page-content {
    padding: 20px;
  }
  .member-detail-row {
    justify-content: center;
  }
  .member-detail-row .member-details {
    text-align: center;
    padding: 20px 0;
  }
  .section-title-container .w-50 {
    width: 100% !important;
  }

  .wi-80 {
    width: 100%;
  }
  .mbl-service {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 6px;
  }
  .ser-img {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
  .mbl-service .card-title {
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 16px;
  }
  .mbl-service .card-ser-des {
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 12px;
  }
  .mbl-service .card-ser-des span {
    font-weight: 600;
    text-decoration: underline;
  }
  .ovr-hddn {
    overflow: hidden;
  }
  ._0-pt {
    padding: 0;
  }
  ._flx_wrp {
    flex-wrap: wrap;
    gap: 16px;
  }
  ._flx_wrp {
    flex-wrap: wrap;
  }
  .m-ml {
    margin: 0;
  }
  ._mt-20 {
    margin-block: 20px;
  }
  ._ppx-5 {
    padding-inline: 10px !important;
  }
  ._mr-0 {
    margin-right: 0px !important;
  }
  ._flx_clm {
    flex-direction: column;
  }
  ._flx_strt {
    align-items: start !important;
  }
  ._w_100 {
    width: 100%;
  }
  .cpy_rgt {
    font-size: 12px;
  }
  .developed-by {
    margin-top: 20px;
  }
  .developed-by img {
    width: 100px;
  }
  .developed-by span {
    font-size: 12px;
  }
  ._txt_aln_lft {
    text-align: left;
  }
  .date-filter-form input[type="date"] {
    width: 100%;
  }
  .date-filter-form {
    padding: 10px;
  }
  .form-element {
    width: 281px;
  }
  .form-element input {
    width: 224px;
  }
  ._d_sm_show {
    display: block !important;
  }
	.glc-table{
		min-width: 100% !important;
	}
	.map-lo {
  margin-top: 0px !important;
}
}

.cls-4{
	color: #E6F4FF;
}
.content-box{
	background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
.branch-ser-service ul{
	display: flex;
	margin-left: 0;
	padding-left: 0;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.branch-ser-service ul li{
	background: #135ebd0f;
	color: #135EBD !important;
	width: max-content;
	padding: 5px 10px;
}
.branch-ser-service ul li span{
	color: #135EBD !important;
}
.branch-ser-service ul li::marker{
	content: '';
}
.menu-list-dp li::marker{
	color: #ffffff;
}

.menu-list-dp li{
	margin-bottom: 12px ;	
}

.menu-list-dp li:last-child{
	margin-bottom: 0 ;	
}
.os-detail:hover, .os-detail:hover .nav-link{
	border-radius: 6px 6px 0 0;
}
.os-detail:hover .dropdown-menu{
	width: 100%;
	background: #E74C3B;
	border-radius: 0 0 6px 6px;
}
