/*!------------------------------------------------------------------
[MAIN STYLESHEET]
Powered By:	Bikash Bhandari (bhandaribikash.com.np)
Email: bikash.433@gmail.com
VERSION: V4.3.1	
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Front-End Design And Developed By: Bikash Bhandari]
-------------------------------------------------------------------*/
/*  typography */

/* @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900"); */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");

body {
  line-height: 1.8;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #444444;
}

/*.container{max-width: 90% !important;}*/
p,
.paragraph {
  font-weight: 400;
  color: #444444;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Cabin", sans-serif;
}

a {
  color: black;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.2s ease;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.mt-3 {
  margin-top: 1rem !important;
}

/* Button style */
.btn {
  font-size: 15px;
  text-transform: inherit;
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-lg {
  font-size: 20px;
  padding: 19px 35px;
}

.btn-md {
  font-size: 18px;
  padding: 17px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
}

.btn-primary {
  background: #2460b9;
  color: #fff;
  border-color: #0e479c;
}

.btn-primary:active {
  background: #0e479c !important;
  border-color: #0e479c;
}

.btn-primary:hover {
  background: #0e479c;
  border-color: #0e479c;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e479c;
  border-color: #0e479c;
}

.btn-gray {
  background: #f5f6fa;
  color: #172231;
  border-color: #f5f6fa;
}

.btn-gray:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-gray:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6b9c2e;
  border-color: #6b9c2e;
}

.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}

.btn-secondary:active {
  background: transparent !important;
  color: #86c33a;
}

.btn-secondary:hover {
  background: transparent;
  color: #86c33a;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #86c33a;
  background-color: transparent;
  border: 0;
}

.btn-primary-outline {
  background: transparent;
  color: #172231;
  border: 2px solid #172231;
}

.btn-primary-outline:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-primary-outline:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #172231;
  border-color: #e7e7e7;
}

.btn-light:active {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}

.btn-light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-alt:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-light-alt:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-light-outline:active {
  background: #6b9c2e !important;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-light-outline:hover {
  background: #6b9c2e;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-arrow {
  transition: 0.2s ease;
}

.btn-arrow::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  left: calc(85% + 5px);
  transition: 0.2s ease;
}

.btn-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  transition: 0.2s ease;
  left: 85%;
}

.btn-arrow:hover::before {
  left: calc(85% + 10px);
  border-color: #86c33a;
}

.btn-arrow:hover::after {
  width: 20px;
  background: #86c33a;
}

/* hover effect */
.hover-ripple {
  transition: 0.2s ease-in;
}

.hover-ripple:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.hover-ripple:hover::after {
  -webkit-animation: sonarEffect 1s ease-out 50ms;
  animation: sonarEffect 1s ease-out 50ms;
}

.hover-ripple::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
  -webkit-animation: sonarEffectWhite 1s ease-out 50ms;
  animation: sonarEffectWhite 1s ease-out 50ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #9ed060;
  color: #fff;
}

::selection {
  background: #9ed060;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  color: #007bff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0 !important;
}

a:hover {
  color: #e9010e;
  outline: 0 !important;
}

a.text-white:hover,
a.text-light:hover {
  color: #e9010e !important;
  outline: 0 !important;
}

a h4:hover,
a h5:hover {
  color: #e9010e;
  outline: 0 !important;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.overlay-secondary {
  position: relative;
}

.overlay-secondary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #252d39;
  opacity: 0.85;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #2270b2 !important;
}

.bg-secondary {
  background: #252d39 !important;
}

.bg-secondary-darken {
  background: #1f2630 !important;
}

.bg-gray {
  background: #f5f6fa !important;
}

.bg-gray-white {
  background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.bg-white-gray {
  background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%);
}

.bg-white2-gray {
  background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%);
}

.text-primary {
  color: #86c33a !important;
}

.text-color {
  color: #818385;
}

.text-light {
  color: #ddd !important;
}

.text-dark {
  color: #172231;
}

.hilighted {
  background: #252d39;
  padding: 0 5px;
  border-radius: 2px;
  color: #fff;
}

.letter-spacing {
  letter-spacing: 2px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.zindex-1 {
  z-index: 1;
}

.zindex-0 {
  z-index: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.min-height-400 {
  min-height: 400px;
}

.border-none {
  border: 0 !important;
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.font-size-30 {
  font-size: 30px;
}

.font-weight-semebold {
  font-weight: 600 !important;
}

.font-secondary {
  font-family: "roboto", sans-serif !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover {
  text-decoration: none !important;
}

.border-md-right {
  border-right: 1px solid;
}

.popular-notice.staff_list figure {
  margin-bottom: 0px;
}
.popular-notice .text-box {
  max-height: 365px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px 15px 15px 15px;
  margin-bottom: 15px;
  background: #ecf2f7;
  border: 1px solid #fff;
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
}

.popular-notice .popular-head {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  background: #e2e9ef;
  border-bottom: 1px solid #c7d4eb;
}

.popular-notice.staff_list .popular-head h3 {
  color: #374c5f;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.popular-notice .text-box .col-lg-4 {
  padding-right: 0px;
  padding-left: 7px;
}

.page-detail .text-box figure {
  max-height: 600px;
  overflow-y: auto;
  text-align: center;
}

.popular-notice .text-box figure img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: auto;
  max-height: 100px;
  max-width: 100%;
}

.popular-notice.staff_list .text-box h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 0px;
  margin-bottom: 2px;
}

.popular-notice .text-col h4 a {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  display: block;
  color: #2460b9;
  font-weight: 500;
}

.popular-notice .text-col .btm-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
  border-top: 1px solid #c7d4eb;
  padding-top: 5px;
}

.popular-notice .text-col .btm-row ul li {
  padding: 0px;
  border-top: 0;
  overflow: hidden;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #444;
  display: block;
  width: 100%;
}

.popular-notice .text-col .btm-row ul li .fa {
  padding: 0 5px 0 0;
  min-width: 20px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.btm_link {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #c7d4eb;
}

.popular-notice ul li .btm-row a.btn-small {
  font-size: 13px;
  color: #e00c1b;
}
.popular-notice .text-col h4 a:hover,
.popular-notice ul li .btm-row a.btn-small:hover {
  color: #f94a2e;
}
.popular-notice ul li .btm-row a.btn-small i {
  min-width: 20px;
}

.staff_list ul.row {
  padding-left: 0px !important;
}

.staff_info {
  text-align: center;
}

.staff_info .staff_box {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  display: block;
  margin-bottom: 30px;
  background: #ffffff;
  position: relative;
}

.staff_info .staff_box figure img {
  max-height: 300px;
  max-width: 100%;
}

.staff_info .staff_box ul {
  list-style: none;
  padding-left: 0px;
}

.staff_info .staff_box h4 {
  color: #e00c1b;
  font-weight: 600;
  font-size: 24px;
  padding-top: 15px;
}

.staff_info .staff_box h5 {
  color: #017e58;
  font-weight: 500;
  font-size: 20px;
  padding-top: 8px;
}

.staff_info .staff_box ul li {
  font-size: 18px;
}

.staff_info .staff_box ul li i {
  font-size: 24px;
  min-width: 30px;
  color: #2460b9;
}

@media (max-width: 767px) {
  .border-md-right {
    border: 0;
  }
}

.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.water-wave::before {
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

/* google map */
#map_canvas {
  height: 500px;
}

/* form control */
.form-control {
  height: 34px;
  padding: 0 15px;
  font-size: 0.9em;
}

.form-control-sm {
  height: 28px;
}

.form-control:focus {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  border-color: #86c33a !important;
}

.focus-shadow-none {
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-sm {
  height: 100px;
}

/* /form control */

/* navigation */
.navigation {
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
}

.navbar {
  padding: 0;
}

.navbar .nav-item .nav-link {
  /*text-transform: uppercase;*/
  font-weight: 600;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav_sec {
  border-top: transparent;
  border-top: 1px solid #d7dfe7;
  /* border-bottom: 1px solid #2460b9; */
  display: block;
  width: 100%;
  background: #fff;
}
/* 
.nav_sec .navbar-nav {
  background: #0447af;
  box-shadow: 0 0 10px rgba(3, 169, 244, 0.4);
} */

.nav_sec .navbar-nav li {
  display: inline-block;
}

.nav_sec .navbar-nav .nav-link {
  padding: 0.1rem 1.8rem;
  color: #0447af;
  /* border-left: 1px solid #104382; */
  border-top: 2px solid #fff;
  /* border-bottom: 2px solid #fff; */
  font-size: 18px;
  letter-spacing: 0.014rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.nav_sec .navbar-nav li:hover .nav-link,
.nav_sec .navbar-nav .nav-link:hover {
  border-top: 2px solid #e9010d;
  /* border-bottom: 2px solid #e9010d; */

  justify-content: flex-start;
  /* padding-left: 2rem; */
  background-color: white;
  color: #e9010d;
}

.nav_sec .navbar-nav .nav-link i {
  position: absolute;
  left: 5px;
  /* opacity: 0; */
  transform: translateX(-5px);
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 10px;
  display: inline-block;
  color: #abcdef;
}
.nav_sec .navbar-nav li:hover .nav-link i,
.nav_sec .navbar-nav .nav-link:hover i {
  opacity: 1;
  transform: translateX(0);
}

/* .nav_sec .navbar-nav .nav-item:last-child .nav-link {
  border-right: 1px solid #104382;
} */

.nav_sec .navbar-nav .nav-item.show .nav-link.dropdown-toggle {
  background: #fff;
  color: #e9010d;
  border-top-color: #e9010d;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.nav_sec .navbar-nav .nav-link:focus i
{
   color: #e9010d;
}

.nav_sec .dropdown-submenu {
  position: relative;
}

.nav_sec .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.nav_sec .dropdown:hover > .dropdown-menu {
  display: block;
}

.nav_sec .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav_sec .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.nav_sec .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* nav */

.menu-large {
  position: static !important;
}

.megamenu {
  width: 100%;
  position: relative;
  padding: 30px;
  display: none;
  background: #fff;
}

.megamenu ul li {
  display: inline-block;
  position: relative;
  width: 20%;
  float: left;
}

.megamenu ul li a {
  color: #000;
  padding: 10px;
  display: block;
  font-weight: 500;
}

.megamenu ul li a:hover {
  text-decoration: none;
  color: #e9010e;
}

.menu-large .nav-link.dropdown-toggle:hover,
.nav_sec .navbar-nav .nav-item .nav-link:hover,
.menu-large.show .nav-link.dropdown-toggle,
.nav_sec .navbar-nav .nav-item .nav-link.active,
.nav_sec .navbar-nav .nav-item.show .nav-link:hover,
.nav_sec .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle,
.nav_sec .navbar-nav li.active .nav-link,
.nav_sec .navbar-nav li:hover .nav-link:hover i, 
.nav_sec .navbar-nav .nav-link.active i{
  border-bottom-color: #f94a2e;
  background: #fff;
  color: #f94a2e;
}

.nav_sec .navbar-nav .dropdown-menu {
  background: #ffffff;
  color: #ffffff;
  min-width: 100%;
  border-radius: 0px;
  padding: 0rem;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  align-items: center;
  box-shadow: 0px 7px 20px 0px rgb(8 18 109 / 20%);
}

.nav_sec .navbar-nav .dropdown-menu li {
  display: block;
}

.nav_sec .navbar-nav .dropdown-menu .dropdown-item {
  color: #0447af;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #abcdef;
  padding: 0.5rem 1.5rem;
}

.nav_sec .navbar-nav .dropdown-menu .dropdown-item:hover {
  border-top-color: transparent;
  color: white;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: #2270b2;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* /navigation */

.events-ticker {
  margin-bottom: 0px;
  position: relative;
  background: #fff;
  max-height: 52px;
  overflow: hidden;
  border-bottom: solid 1px #e1f0ff;
}

.events-ticker h4 {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  min-width: 100%;
}

.events-ticker h4 span {
  background: #e1f0ff;
  padding: 10px 15px;
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  color: #123456;
  letter-spacing: 0.025em;
  font-weight: 500;
}

.events-ticker h4 span:after {
  content: " ";
  position: absolute;
  right: -7px;
  top: 12px;
  border-top: 7px solid transparent;
  border-right: none;
  border-left: 7px solid #e1f0ff;
  border-bottom: 7px solid transparent;
}

.marquee-with-options a {
  margin-right: 20px;
  color:  #123456;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.marquee-with-options a:hover {
  color: #2270b2;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
  width: 100%;
  overflow: hidden;
}

.marquee-with-options {
  padding: 7px;
  margin-top: -24px;
  background: #fff;
  max-height: 42px;
  overflow: hidden;
}

.marquee-with-options a:after {
  content: "||";
  position: absolute;
  right: -15px;
  top: -1px;
  color: #e00c1b;
}

/*Custom File Upload Css By: Bikash Bhandari*/
.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  border-radius: 4px;
  color: #34495e;
  cursor: pointer;
  height: calc(2.2rem + 2px);
  line-height: 30px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: calc(2.2rem + 2px);
  line-height: 34px;
}

.file-upload .file-select .file-select-name {
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #86c33a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #33b35a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #33b35a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

input.form-control-custom {
  visibility: hidden;
  width: 1px;
}

input.form-control-custom:checked + label::before {
  background: #33b35a !important;
  border-color: #2a944a !important;
}

input.form-control-custom:checked + label::after {
  opacity: 1 !important;
}

input.form-control-custom.radio-custom + label::before {
  border-radius: 50%;
}

input.form-control-custom.radio-custom + label::after {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

input.form-control-custom[disabled] + label {
  cursor: not-allowed;
}

input.form-control-custom[disabled] + label::before,
input.form-control-custom[disabled] + label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

input.form-control-custom[checked] + label::before,
input.form-control-custom[checked] + label::after {
  border: none;
}

input.form-control-custom + label {
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  position: relative;
}

input.form-control-custom + label span {
  margin-left: 20px;
}

input.form-control-custom + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  border: 1px solid #aaa;
}

input.form-control-custom + label::after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.select-style {
  min-width: 60px;
  padding: 0.245rem 0.75rem;
  /*
    margin: 0;*/
  display: inline-block;
  vertical-align: middle;
  background: url("http://grumbletum.com/places/arrowdown.gif") no-repeat 100%
    30%;
}

.select-style select {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.select-style select:focus {
  outline: none !important;
}

header {
  background: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(
    45deg,
    #ffffff 0%,
    #ffffff 50%,
    #fafafa 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #ffffff 0%,
    #ffffff 50%,
    #fafafa 100%
  );
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1);
  background: url(../images/np-flag.gif) no-repeat top 30px right 60px !important;
  min-height: 110px !important;
  background-size: auto 80px !important;
  box-shadow: 0 0 10px rgba(3, 169, 244, 0.4);
  position: relative;
  z-index: 9;
}

.container {
  max-width: 95%;
}

img {
  max-width: 100%;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.logo_text span,
.logo_text b {
  display: block;
  width: 100%;
}

.pad-right-0 {
  padding-right: 0px;
}

.logo_sec {
  text-decoration: none;
  color: #123456;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  display: block;
}

.logo_img,
.logo_text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.logo_text {
  padding-left: 15px;
}

.logo_text small {
  padding-bottom: 10px;
  font-size: 16px;
  color: #004a89;
}

.logo_text small,
.logo_text span,
.logo_text b {
  display: block;
  line-height: 20px;
}

.logo_text span {
  font-size: 18px;
  color: #6c727f;
}
.logo_text span em {
  font-weight: normal;
  font-style: normal;
}

.logo_text b {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.logo_sec:hover {
  text-decoration: none;
  color: #004a89;
}

.logo_sec:hover small {
  color: #e9010e;
}

/*Zoom In*/
.logo_sec img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-height: 75px;
  max-width: 100%;
}

.logo_sec:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.right-box {
  padding-right: 9%;
}

.right-box ul,
.right-box ul li,
.right-box ul li img {
  display: inline-block;
  position: relative;
  list-style-type: none;
}

.right-box ul {
  padding-left: 0px;
  margin-left: 0px;
  /*margin-top: 15px;*/
}

.right-box ul li a {
  color: #e9010e;
}

.right-box ul li img {
  max-height: 20px;
  max-width: 100%;
  vertical-align: middle;
  padding-right: 2px;
}

.right-box ul li a:hover {
  color: #fff;
}

.right-box ul,
.right-box form {
  display: inline-block;
  position: relative;
}

.right-box form {
  padding-right: 0px;
  margin-top: 15px;
}

.right-box ul li {
  border-left: 1px solid #cce1f1;
  font-size: 13px;
  color: #e9010e;
  /* margin-right: 10px;
  padding-left: 10px; */
}

.right-box ul li a {
  font-weight: 500;
}

.right-box ul li:first-child {
  border: 0;
}

.right-box ul li.language {
  border: none;
}

.right-box ul li.language a {
  background: #f94a2e;
  color: #fff;
  border-radius: 100px;
  padding: 2px 10px;
}

.right-box ul li.language a:hover,
.right-box ul li.language.active a {
  background: #7aaedd;
  color: #fff !important;
}

.main_banner_sec {
  background: linear-gradient(
    to top,
    #e9ecef 0%,
    rgb(244 245 247 / 35%) 100%
  ) !important;
  padding-top: 45px;
  padding-bottom: 120px;
}

#banner {
  width: 100%;
  position: relative;
}

#banner span.slide {
  position: absolute;
  top: 0;
  left: 0;
}

#banner .caption {
  position: absolute;
  left: 0;
  top: 151px;
  width: 100%;
}

.main-banner .owl-carousel .owl-item img {
  max-height: 480px;
  width: auto;
  margin-left: auto;
  border-radius: 14px;
  width: 100%;
}

.main-banner .owl-carousel .owl-item figure,
.main-banner .owl-carousel .owl-item img {
  text-align: center;
}

.main-banner .caption-text {
  position: absolute;
  bottom: 7%;
  left: 5%;
  width: 61%;
  text-align: left;
  color: #2270b2;
  font-family: "montserratsemibold";
  font-size: 18px;
  letter-spacing: 1px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.main-banner .caption-text h2 {
  font-size: 16px;
  margin-bottom: 0px;
  padding: 5px 15px;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
  font-family: "montserratbold";
  line-height: 30px;
}
.banner-carousel figure {
  max-height: 382px;
  overflow: hidden;
  border-radius: 14px;
}
.banner-carousel figure img {
  border-radius: 30px;
}

.main-banner .owl-carousel .owl-item figure {
  margin-bottom: 0px;
}

.main-banner .owl-item.active h2 {
  animation: 1s 0.2s zoomInDown both;
}

.main-banner .owl-item.active .caption-text p {
  animation: 1s 0.6s bounceInRight both;
  color: #fff;
}

.main-banner .owl-item.active .btn {
  animation: 1s 0.9s rollIn both;
}

.main-banner .owl-item.active .fill_a figure img {
  animation: 1s 0.9s slideInDown both;
}

.main-banner .owl-item.active .fill_b figure img {
  animation: 1s 0.9s slideInUp both;
}

.caption-text h2 {
  color: #fff;
}

.main-banner .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 48px;
  height: 80px;
  left: 0;
  line-height: 80px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 32%;
  width: 20px;
  z-index: 997;
}

.main-banner .owl-carousel .owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 48px;
  height: 80px;
  line-height: 50px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 32%;
  width: 20px;
  z-index: 997;
}

.main-banner .owl-carousel .owl-nav {
  margin-top: 0;
}

.main-banner .owl-carousel .owl-nav button.owl-prev,
.main-banner .owl-carousel .owl-nav button.owl-next {
  opacity: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0 !important;
}

.main-banner .owl-carousel .owl-nav button.owl-prev:hover,
.main-banner .owl-carousel .owl-nav button.owl-next:hover {
  width: 30px;
  outline: 0 !important;
}

.main-banner:hover .owl-prev,
.main-banner:hover .owl-next {
  opacity: 1 !important;
  outline: 0 !important;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots{text-align: center;}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #abcdef;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #0447af;
}

.mid_part {
  /* background: #f6f8fa; */
  padding-bottom: 30px;
}

.pad-left-0 {
  padding-left: 0px;
}

.dash_info h4 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.white-box {
  padding: 20px;
  background: #fff;
  display: flex;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a .card-title {
  color: #2270b2;
}

a:hover .card-title {
  color: #f94a2e;
}

/* .dash_info{} */
.dash_info .card-header {
  font-size: 18px;
  color: #f94a2e;
  font-weight: 500;
  padding: 5px 15px;
}

.dash_info .card-header i,
.card-header h4 i,
.my-ttl h4 i {
  color: #2460b9;
}

.dash_info ul.dash_list {
  padding-left: 0px;
  text-align: center;
}

.dash_info ul.dash_list li {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #e1ecff;
  text-align: left;
  padding: 5px 10px;
  color: #2460b9;
  background: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 16px;
}

.dash_list span.counter {
  font-size: 16px;
  color: #f94a2e;
  font-weight: 500;
  background: #ffeff0;
  padding: 1px 10px;
  text-align: right;
  border-radius: 4px;
  float: right;
}

.white-box .media-left,
.white-box .media-right {
  display: inline-block;
  position: relative;
}

.white-box .media-left {
  width: 65%;
}

.white-box .media-left p {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 400;
}

.white-box .media-left h2 {
  font-size: 20px;
  color: #333;
  margin: 10px 0px 0px 0px;
  font-weight: 500;
}

.white-box .media-right {
  text-align: right;
  width: 35%;
}

.white-box .media-right i {
  margin-top: 10px;
  font-size: 48px;
  color: #00c0c8;
}

/*Start Chart Css*/

/* card of selfpublish */

.resource-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}

/* Shared orb style */
.orb {
  position: absolute;
  border-radius: 9999px;
  background: transparent;
  pointer-events: none;
  transition: all 1s ease-in-out;
  z-index: 0;
  box-shadow: 0 0 30px 10px rgba(57, 219, 255, 0.192) inset;
}

/* Individual orb positions */
.orb-one {
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
}

.orb-three {
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 30px 10px rgba(49, 204, 255, 0.2) inset;
}

/* Animate into view on hover */
.resource-card:hover .orb-one {
  top: 10px;
  left: 10px;
  box-shadow: 0 0 30px 10px rgba(97, 221, 255, 0.2) inset;
}

.resource-card:hover .orb-three {
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 30px 10px rgba(142, 227, 255, 0.2) inset;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.resource-card-body {
  padding: 20px;
  text-align: center;
}

.resource-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  border-bottom: rgb(197, 197, 197) 1px solid;
  padding-bottom: 8px;
}

.resource-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 15px;
  display: block;
}

.resource-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.resource-actions a {
  text-decoration: none;
  font-size: 0.9rem;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-view {
  background-color: #4a90e2;
  color: #fff;
}

.btn-download {
  background-color: #50c878;
  color: #fff;
}

.btn-view:hover {
  color: white !important;
  background: #2270b2 !important;
}

.btn-download:hover {
  color: white !important;
  background: #2f9250 !important;
}

/* card of selfpublish */

.card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: rgba(112, 100, 190, 0.25) 0 4px 20px -6px,
    rgba(74, 62, 151, 0.1) 0 18px 60px -4px;
}
.card1 {
  background-color: #fff;
  border: 0 solid #c8c8c8;
  border-radius: 0;
  margin-bottom: 30px;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
}

.card-body {
  padding: 1.25rem;
}

/*Start Member Css*/
/* .home_members {
  margin: 5px 0 30px 0;
} */

.home_members .members {
  text-align: left;
  padding-bottom: 10px;
}

.member_single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  padding: 13px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #f4f8ff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgb(226, 225, 225);
  transition: all 0.3s linear;
}
.member_single:hover {
  z-index: 2;
  transition: all 0.3s linear;
  transform: scale(1.02);
}

.member_single::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(0, 123, 255, 0.25) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  animation: cardBlueOneWay 3s linear infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
}

@keyframes cardBlueOneWay {
  0% {
    right: 100%;
  }

  100% {
    right: -100%;
  }
}
.member_single img {
  max-width: 90px;
  max-height: 100px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: none !important;
}

.member_text {
  flex: 1;
}

.member_single h6 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
  margin: 0;
}

.member_single p {
  font-size: 16px;
  color: gray;
  margin-bottom: 2px;
  line-height: 20px;
}
.member_single p.c_info {
  color: #0447af;
}
.member_single p.add_desi {
  margin-top: 1px;
  color: #2270b2;
  font-weight: 500;
}

/* Optional: fix old global styles */
.home_members h6 {
  font-weight: 500;
  padding-bottom: 5px;
}

.home_members .members img {
  transition: none !important;
  box-shadow: none;
  margin: 0;
}

.member_multiple .col-xl-6:first-child,
.member_multiple .col-lg-6:first-child,
.member_multiple .col-md-6:first-child {
  border-right: 1px solid #e1ecff;
}

.tab_sec .tab-content.card.white-box {
  padding-left: 7px;
  padding-right: 10px;
  border-radius: 0px 0px 8px 8px;
}

.tab_sec .nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
}

.tab_sec .item-inner.card {
  box-shadow: none;
}

.tab_sec .item-inner.card .card-body {
  border: 1px solid #e1ecff;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}

.item-inner .card-meta {
  font-size: 13px;
  margin-top: 2px;
  text-align: right;
}

.item-inner .card-title {
  padding-top: 0px;
  margin-bottom: 0px;
  color: #2460b9;
}

.item-inner figure {
  margin-bottom: 0px;
  overflow: hidden;
}

.tab-content.card.white-box {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #dee2e6;
  border-top-color: #fff;
}

.tab_sec .owl-nav,
.vdo_sec .owl-nav {
  position: absolute;
  top: 35%;
  z-index: 999;
  font-size: 60px;
  width: 100%;
}

.tab_sec .owl-nav .owl-prev,
.vdo_sec .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}

.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

.tab_sec .owl-nav .owl-prev,
.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-prev,
.vdo_sec .owl-nav .owl-next {
  color: #2460b9 !important;
  min-width: 30px !important;
}

/* tab */

/* 🔵 Modern Pill Tabs */
.bikash-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  border-bottom: none !important;
  margin-bottom: 0;
}

.bikash-nav .custom-tab {
  background: #ffffff;
  color: #2460b9;
  border: 1px solid #d6e4f8;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  position: relative;
}

.bikash-nav .custom-tab:hover {
  background-color: #f0f7ff;
  border-color: #b4d4f8;
  color: #1a3c74;
  text-decoration: none;
}

.bikash-nav .custom-tab.active {
  background-color: #2460b9;
  color: #ee1d25 !important;
  border-color: #2460b9;
  box-shadow: 0 4px 12px rgba(36, 96, 185, 0.25);
}

.bikash-nav .custom-tab .tab-arrow {
  font-size: 12px;
  margin-left: 6px;
  display: inline-block;
}

.bikash-nav .custom-tab:not(.active) .tab-arrow {
  display: none;
}

/* News Cards */
.news-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #f1f6fe;
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border-left: 4px solid #2460b9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.news-row:hover {
  background-color: #eaf1ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 96, 185, 0.08);
}

.news-icon {
  color: #2460b9;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 4px;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.news-title a {
  color: #2460b9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-title a:hover {
  color: #1a3c74;
  text-decoration: underline;
}

.news-meta {
  font-size: 13px;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* tab */

.vdo_sec .item iframe {
  padding: 5px;
  background: #fff;
  border: 1px solid #e1ecff;
  box-shadow: rgba(112, 100, 190, 0.25) 0 4px 20px -6px,
    rgba(74, 62, 151, 0.1) 0 18px 60px -4px;
}

.item-inner {
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}

.item-inner .card-body {
  padding: 1rem;
}

.item-inner .card-body p {
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 0px;
  text-align: justify;
}

.sewa {
  padding-bottom: 0px;
}

.sewa .card {
  box-shadow: none;
  margin-bottom: 0px;
}

.sewa .card-body h5 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sewa .card-body h5 i {
  color: #e9010d;
}

.sewa .card-header h4 {
  vertical-align: text-bottom;
}

.sewa .card-header h4,
.section-title-border {
  display: inline-block;
  position: relative;
}

.section-title-border {
  position: relative;
  height: 5px;
  width: 30px;
  background: #f10000;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  vertical-align: -webkit-baseline-middle;
}

.section-title-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #f10000;
  border-radius: 10px;
  right: -60%;
  top: 0;
}

.section-title-border::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #f10000;
  border-radius: 10px;
  right: -100%;
  top: 0;
}

.sewa .card-body h5:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 45px;
  background: #e9010d;
  border-radius: 10px;
  left: 10%;
  top: 100%;
}

.sewa .card-body h5:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: #e9010d;
  border-radius: 10px;
  left: 30%;
  top: 100%;
}

.sewa .card-body .col-lg-3 {
  margin-bottom: 0;
  border: 1px solid #f6f8fa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sewa .card-body a {
  display: block;
}

.gallery {
  /*background: rgba(0,0,0,0.8);*/
  padding: 20px 0px;
}

.gallery .owl-nav {
  text-align: right;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.gallery .owl-nav button {
  display: inline-block !important;
  height: 30px !important;
  width: 30px !important;
  position: relative !important;
  background: #4fc3f7 !important;
  color: #fff !important;
}

.gallery .owl-nav span {
  font-size: 36px;
  position: absolute;
  top: -19px;
  right: 10px;
}

.gallery .owl-nav button {
  margin-left: 5px !important;
}

.gallery .item-inner .card-title {
  padding-top: 0px !important;
}

.home_gallery {
  background: #efeded;
}

/* .home_gallery .my-ttl{padding: 15px 0px;} */
.my-ttl h4, .my-ttl h5 {
    position: relative;
    color: #234a83;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 4px 0 16px;
    padding-bottom: 15px;
}

.my-ttl h5 i {
  color: #2460b9;
}

.my-ttl h4:before, .my-ttl h5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #234a83;
    content: '';
}
.my-ttl h4:after, .my-ttl h5:after {
    position: absolute;
    left: 80px;
    bottom: -2px;
    height: 6px;
    width: 6px;
    content: "";
    border-radius: 50%;
    background-color: #234a83;
}

.bikash_gallery .box {
  width: 100%;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #000;
  min-height: 80px;
}
.bikash_gallery .box .caption, .img-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bikash_gallery .box .caption h6 {
  font-size: 15px;
}
.bikash_gallery .box .caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 135%;
  background: #2460b9;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bikash_gallery .box .caption h6 a {
  color: #2460b9;
  font-weight: 500;
  position: relative;
  text-align: left;
}
.bikash_gallery .box .caption span {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #444444;
  padding: 0 0 4px;
  position: relative;
}
.bikash_gallery .box:hover .caption:before {
  width: 100%;
}
.bikash_gallery .box:hover .caption h6 a {
  text-decoration: none;
  color: #fff;
}
.bikash_gallery .box:hover .caption span {
  color: #fff;
}
.bikash_gallery .box img,
.bikash_gallery .box .caption:before,
.bikash_gallery .box .caption span,
.bikash_gallery .box .caption h4 a {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.bikash_gallery .box {
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 25px;
}
.bikash_gallery .box a {
  display: block;
  text-align: center;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.bikash_gallery .box figure {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 0px;
}
.bikash_gallery .box img {
  max-width: 100%;
  min-height: 200px;
  max-height: 275px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.img-wrapper .caption{padding: 0px; padding: 15px; background: rgb(36 96 185 / 99%);}
.img-wrapper .caption h6{font-size: 18px; color: #fff; text-transform: capitalize; margin: 0px;}
.fancybox-caption__body {
  font-size: 20px !important;
}

/* gallery */
.gallery-card .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 8px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
  margin-top: 10px;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card .info-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(36 96 185 / 90%);
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  font-size: 12px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.gallery-card:hover .info-hover {
  transform: translateY(0%);
}

.gallery-card .info-hover h6 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.gallery-card .info-hover p,
.gallery-card .info-hover span {
  margin: 0;
  color: #daecff;
  font-size: 12px;
}

.bikash_gallery .box:hover .caption h4 a {
  color: #e9010e;
}

/*------ Footer CSS -------*/
.footer-top {
  position: relative;
  color: #fff;
  padding: 60px 0px 20px 0px;
  background: #4267b2;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
}

.footer-top:before {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: .90;
  content: "";
  z-index: 0;
  background: #003970;
}

.footer-top h4 {
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  /* background: url(../images/f_ttl_btm.png) left bottom; */
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
  position: relative;
}

.footer-top a {
  color: #fff;
}

.footer-top ul {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.footer-top ul li {
  list-style-type: none;
}

.footer-top .links ul li a {
  line-height: 25px;
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  position: relative;
}

.footer-top .links ul li a {
  padding-left: 25px;
}

.footer-top .links ul li a:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 0;
  top: 30%;
}

.footer-top .contact_footer ul li {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.footer-top .contact_footer ul li small {
  font-size: 16px;
}

.footer-top .contact_footer ul li:last-child {
  padding-bottom: 0px;
}

.footer-top .contact_footer ul li i {
  min-width: 20px;
  position: absolute;
  left: 0px;
  top: 35%;
}

.footer-top ul li a:hover, .footer-top .links ul li a:hover:after {
  color: #abcdef;
}

.footer-bottom {
  padding: 10px 0px;
  color: #fff;
  background: #003970;
  border-top: 2px solid #194c7e;
  font-size: 16px;
  /*background: url(../images/red_pattern.jpg) repeat;*/
  position: relative;
  z-index: 1;
}

.footer-bottom a {
  color: #b0d7ff;
  padding: 0px 5px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-top .contact_footer ul.contact-list {
  position: relative;
}

.footer-top .contact_footer ul.contact-list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 22px;
}

.footer-top .contact_footer ul.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
}

.footer-top .contact_footer ul.contact-list li .text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.footer-top .contact_footer ul.contact-list li .text strong {
  font-weight: 500;
}


.footer_left{background:#003970; padding:60px 15px; min-height: 415px;
  margin-top: -60px; margin-bottom: -60px;}
.footer_left .social_link li a img{max-height: 20px; max-width:100%;}

.footer_logo {
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer_logo p {
  font-size: 15px;
  text-align: justify;
  color: #fff;
}

.footer_logo img {
  max-height: 100px;
  max-width: 100%;
  margin-bottom: 10px;
}

.social_link {
  text-align: left;
  position: relative;
  z-index: 1;
}

.social_link li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.social_link li:last-child {
  margin-right: 0px;
}

.social_link li img {
  border-radius: 100%;
}

.footer-top h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 2px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  content: '';
}

.footer-top h4:after {
  position: absolute;
  left: 80px;
  bottom: -2px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}


.contact_person .row {
  margin-bottom: 5px;
}

.contact_person figure {
  margin-bottom: 0px;
  margin-top: 6px;
  border: 1px solid rgb(255 255 255 / 45%);
  padding: 5px;
  border-radius: 6px;
}

.contact_person figure img {
  border-radius: 6px;
}

.contact_person ul {
  padding-left: 0px;
}

.contact_person ul li {
  font-size: 16px;
  color: #e1ecff;
  line-height: 24px;
  margin-top: 10px;
}

.item-inner img {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vdo_sec {
  padding-bottom: 15px;
}

.home_vdo {
  padding-bottom: 20px;
  padding-top: 20px;
}

.inner_page {
  background: #f6f8fa;
  padding-top: 0px !important;
}

.breadcrumb-col {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #2460b9;
  overflow: hidden;
  position: relative;
  margin-top: -45px;
  color: #fff;
}

.breadcrumb-col h4 {
  display: inline-block;
  position: relative;
  margin: 0px;
  color: #fff;
  font-size: 20px;
}

.breadcrumb-col a.btn-back {
  float: left;
  color: #333;
}

.breadcrumb-col a.btn-back:hover {
  text-decoration: none;
}

.breadcrumb-col a.btn-back .fa {
  padding: 0 8px 0 0;
}

.breadcrumb-col .breadcrumb {
  background-color: transparent;
  float: right;
  border-radius: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb-col .breadcrumb > li {
  float: left;
  color: #fff;
}

.breadcrumb-col .breadcrumb > li a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-col .breadcrumb > li + li:before {
  color: #fff;
  content: " // ";
  padding: 0 2px 0 5px;
}

.breadcrumb-col a.btn-back .fa {
  color: #2460b9;
}

.dtl_sec {
  display: block;
  width: 100%;
  padding: 15px 0px 30px 0px;
}

.dtl_sec p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  font-family: "Cabin", sans-serif;
}
/* sidebar_download */

/* sidebar_download */

.dtl_sec .page_sidebar ul {
  list-style: none;
  padding: 0;
}

.dtl_sec .page_sidebar ul.category_list li {
  padding: 10px 0;
  margin: 10px 0;
}

.dtl_sec .page_sidebar ul li .row > div:first-child div {
  text-align: center;
  background: #2460b9;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 5px;
}

.dtl_sec img {
  width: 100%;
  height: auto !important;
}

.dtl_sec table {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.dtl_sec table th {
  color: #000;
}

.dtl_sec table th,
.dtl_sec table td {
  border-top: 1px solid #f4f4f4;
}

.dtl_sec h4,
.staff_inner .card-header h4 {
  display: block;
  color: #2460b9;
  font-size: 20px;
}

.dwn_box a i {
  font-size: 16px;
}

#basicModal ul li span {
  color: #2460b9;
}

#basicModal ul {
  padding-left: 15px;
  color: #000;
}

#basicModal ul li span {
  font-weight: 500;
}

.dtl_sec .card-header,
.staff_inner .card-header {
  border-top: 1px solid #eee;
}

.dtl_sec .card-header,
.dtl_sec h4,
.main-modal .modal-content .modal-header {
  position: relative;
}

/* .dtl_sec .card-header:after,
.staff_inner .card-header:after,
.dwn_box .card-body:after,
.main-modal .modal-content .modal-header:after {
  content: "";
  border-top: 30px solid #017e58;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
} */

.staff_inner .card-header {
  padding-left: 15px;
}

/* .dtl_sec .card-header,
.dwn_box .card-body,
.main-modal .modal-content .modal-header {
  padding-left: 5px;
} */

.dtl_sec .card-header:before,
.staff_inner .card-header:before,
.dwn_box .card-body:before,
.main-modal .modal-content .modal-header:before {
  content: "";
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 0.3s ease 0s;
}

.dwn_box span.ttl,
.dwn_box div.ttl {
  font-weight: 500;
}

.card.dwn_box {
  margin-bottom: 30px;
  margin-top: 0px;
}

.dwn_box .card-body {
  padding: 0px;
}
.dwn_box .card-body .ttl,
.dwn_box .card-body small {
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.dwn_box .card-body .ttl {
  padding-top: 10px;
  color: #123456;
  font-size: 15px;
  line-height: 18px;
}
.dwn_box .card-body small {
  padding-bottom: 5px;
  color: #444444;
  font-size: 13px;
}
.dwn_box .card-body:hover {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.dwn_box .card-body h6 {
  font-size: 16px;
  padding-top: 10px;
}

.dtl_sec img {
  width: 100%;
  /* max-width: 100% !important; */
  height: auto !important;
}

.dtl_sec table th {
  color: #fff;
}

.share-box strong.title {
  float: left;
  color: #444444;
  padding: 0 12px 0 0;
  font-weight: 500;
  padding-top: 5px;
}

.share-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.share-box ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
}

.share-box ul li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  display: block;
}

.social-color-1 {
  background: #29a9e1;
}

.social-color-2 {
  background: #3b5a9a;
}

.social-color-3 {
  background: #df4b38;
}

.social-color-4 {
  background: #5280a5;
}

.social-color-5 {
  background: #fba933;
}

.social-color-6 {
  background: #cb312e;
}

.share-box ul li a:hover {
  opacity: 0.9;
}

/*Hover Css Start*/
.item-inner .card-title:hover,
.tab_sec .owl-nav .owl-prev:hover,
.tab_sec .owl-nav .owl-next:hover {
  color: #e9010e !important;
}

.right-box ul li a:hover {
  color: #2460b9;
}

.gallery .owl-nav button:hover {
  background: #e9010e !important;
}

.dash_info .white-box:hover,
.member_multiple .col-xl-6:hover img,
.member_multiple .col-lg-6:hover img,
.member_multiple .col-md-6:hover img,
.item-inner:hover img {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.dash_info .card:hover {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.gmap_canvas iframe {
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact_page {
  padding-top: 30px !important;
}

.location_map iframe {
  border: 2px solid #fff;
  padding: 0px;
  background-color: #ecf0f3;
  border-radius: 15px;
  position: relative;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.contact_us_inner h4 {
  margin-top: 0px; font-size: 24px;
  color: #2460b9 !important;
}

.contact_us_inner form label {
  font-weight: 500;
  color: #123456;
  margin-bottom: 0px;
}

.contact_address {
  color: #123456;
}

.contact_address .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.contact_address .row:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}
.contact_address p {
  margin-bottom: 0px;
}

.contact_address i {
  font-size: 38px;
  color: #e1020f;
  margin-top: 5px;
}
.phone_contact {
  padding-top: 15px;
}

.captcha-sec img {
  max-width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  max-height: 32px;
  vertical-align: middle;
}

.captcha-sec a.refresh {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  transition: all 0.5s ease;
}

.cms-text p {
  text-align: justify;
}

.card-header h4,
.ministry_sec .card-body h4,
.my-ttl h4 {
  font-weight: 600;
  color: #123456;
  font-family: "Cabin", sans-serif;
}

/* employee cards */
.id-card-horizontal {
  position: relative;
  background: #ecf7ff;
  border: #d0eafd 1px solid;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.id-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.id-card-horizontal::before,
.id-card-horizontal::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 70px;
  opacity: 0.05;
  z-index: 0;
}

.id-card-horizontal::before {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Emblem_of_Nepal_Moon.svg/512px-Emblem_of_Nepal_Moon.svg.png");
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
}

.id-card-horizontal::after {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Emblem_of_Nepal_Sun.svg/512px-Emblem_of_Nepal_Sun.svg.png");
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
}

.id-card-horizontal .card-photo {
  flex-shrink: 0;
  z-index: 1;
  margin-right: 20px;
}

.id-card-horizontal .card-photo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #f0f8ff;
}

.id-card-horizontal .card-text {
  z-index: 1;
  flex-grow: 1;
}

.id-card-horizontal h3 {
  font-size: 20px;
  font-weight: 700;
  color: #003d6b;
  margin-bottom: 4px;
}

.id-card-horizontal h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0072af;
  margin-bottom: 10px;
}

.id-card-horizontal ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.id-card-horizontal ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.id-card-horizontal ul li i {
  margin-right: 8px;
  color: #005f8f;
}

.id-card-horizontal .btn-small {
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  background-color: #3f9fd3;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background 0.2s ease;
}

.id-card-horizontal .btn-small:hover {
  background-color: #005f8f;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* employee cards */

.cms-text .btn-sm {
  margin-top: 10px;
  font-size: 16px;
  padding: 2px 20px;
}

.ministry_sec figure {
  text-align: center;
}

.ministry_sec .owl-carousel .owl-item img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  border: 1px solid #e1ecff;
  border-bottom: 4px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  /*box-shadow:0px 5px 5px 0px rgb(80 80 80 / 30%); */
}

.ministry_sec .card-body h4 {
  padding-top: 5px;
  background: #fff;
}

.ministry_sec p {
  font-size: 16px;
  text-align: justify;
  background: #fff;
}

.ministry_sec .btn-primary {
  position: absolute;
  right: 15px;
  border-radius: 100px;
  bottom: 0px;
}

.ministry_sec .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  right: 25%;
}

.ministry_sec .owl-carousel .owl-dots .owl-dot.active span,
.ministry_sec .owl-carousel .owl-dots .owl-dot:hover span {
  background: #f94a2e;
}

.ministry_sec h5 {
  position: absolute;
  bottom: -15px;
  left: 105%;
  width: 100%;
  font-size: 16px;
  color: #2460b9;
  font-weight: 600;
  background: #fff;
  padding: 10px;
}

.ministry_sec h5 span {
  font-size: 0.85rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ministry_sec.ministry_dtl h5 {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f94a2e;
}

.ministry_sec .card-body .ministry-carousel {
  min-height: 250px;
}
.bg_img {
  padding-top: 0px;
}
.prelink_1 {
  width: 100%;
}
.prelink_1-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px;
}
.prelink_1-grid .gird_card {
  flex: 0 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
  border-radius: 10px;
  box-shadow: rgba(6, 22, 58, 0.1) 0px 10px 40px 0px;
  padding: 30px 15px;
  background: rgb(255 255 255 / 86%);
  margin-top: -80px;
  transition: all 0.3s linear;
}
.prelink_1-grid .gird_card:hover {
  z-index: 2;
  transition: all 0.3s linear;
  transform: scale(1.04);
}
.prelink_1-grid .gird_card .card__img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #f3f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.gird_card .card__img {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.prelink_1-grid .gird_card .card__img {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prelink_1-grid .gird_card .card__img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  /* left: 5px; */
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #0e79b9;
  border-radius: 130px 120px 160px 130px;
}
.prelink_1-grid .gird_card .card__img img {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
}

.prelink_1-grid .gird_card .card_details .card__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #0447af;
  transition: all 300ms ease-in-out;
}
.prelink_1-grid .gird_card .card_details .card__title {
  font-weight: 500;
}

.gird_card:hover .card_details .card__title {
  color: #e9010e;
}

.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.water-wave::before {
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
  25% {
    border-radius: 130px 140px 100px 110px;
    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }
  50% {
    border-radius: 110px 97px 150px 100px;
    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }
  75% {
    border-radius: 80px 107px 120px 90px;
    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }
  100% {
    border-radius: 120px 135px 110px 90px;
    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}
@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
  25% {
    border-radius: 130px 140px 100px 110px;
    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }
  50% {
    border-radius: 110px 97px 150px 100px;
    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }
  75% {
    border-radius: 80px 107px 120px 90px;
    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }
  100% {
    border-radius: 120px 135px 110px 90px;
    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

.tab_sec {
  background: url(../images/w-bg-a.jpg) repeat;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #fff;
}

.bikash_tabs,
.tabs_433 {
  display: block;
  /* -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 15%); */
}

.tabs_433 .nav-tabs {
  border-bottom: none;
}

.bikash_tabs .nav-tabs li,
.tabs_433 .nav-tabs li {
  padding: 0;
  margin: 0 0.5em 0.5em 0 !important;
  list-style-type: none;
}

.bikash_tabs .nav-tabs li:last-child,
.tabs_433 .nav-tabs li:last-child {
  margin-right: 0 !important;
}

.bikash_tabs .nav-tabs li a,
.tabs_433 .nav-tabs li a {
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #2270b2;
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #123456;
  position: relative;
  margin-top: 10px;
}

.tabs_433 .nav-tabs li a {
  padding: 2px 20px 2px;
}

.bikash_tabs .nav-tabs li a i,
.tabs_433 .nav-tabs li a i {
  margin-right: 10px;
}

/* .bikash_tabs .nav-tabs li:last-child a,
.tabs_433 .nav-tabs li:last-child a {
  border-right: none !important;
  margin-right: 0px !important;
} */

.bikash_tabs .nav-tabs li a:hover,
.tabs_433 .nav-tabs li a:hover {
  background: url(../images/red_pattern.jpg) repeat;
}

.bikash_tabs .nav-tabs li a:hover,
.tabs_433 .nav-tabs li a:hover,
.tabs_433 .nav-tabs li a.active:focus {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
  color: #ee1d25;
  border-color: #2460b9;
}

.bikash_tabs .nav-tabs li a.active,
.bikash_tabs .nav-tabs li a.active:focus,
.bikash_tabs .nav-tabs li a.active:hover,
.tabs_433 .nav-tabs li a.active{
  background-color: #2460b9;
  color: #fff;
  border-color: #fff #fff #fff #fff;
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
}

.bikash_tabs .nav-tabs li a.active:hover,
.tabs_433 .nav-tabs li a.active:hover {
  cursor: inherit;
}

.bikash_tabs .tab-content {
  min-height: 420px;

  border: 1px solid #aaa;
  border-top: none;
  padding: 10px;
  clear: both;

  background: inherit !important;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-top: 5px;
  border-left: 2px solid #234a83;
  border-right: none !important;
  border-bottom: none !important;

  max-height: 500px;
  overflow-y: auto;

}

.download-list .bikash_tabs .tab-content{min-height: 100px;}

.download-list .bikash_tabs .tab-content {
  border: none;
}

.bikash_tabs .tab-pane {
  background-color: transparent;
}

.bikash_tabs .tab-content ul {
  padding: 0px;
  list-style-type: none;
}

.bikash_tabs .tab-content ul li {
  margin-bottom: 4px !important;
  border-bottom: 1px solid #DADDD8;
}

.bikash_tabs .tab-content ul li:last-child {
  padding-bottom: 0px;
}

.bikash_tabs .tab-content ul li a {
  display: block;
  padding: 14px 0px;
  font-weight: 500;
  font-size: 16px;
  color: #123456;
}

.bikash_tabs .tab-content ul li a:hover {
  color: #e00c1b;
}

.bikash_tabs .tab-content ul li em {
  color: #698394;
  display: block;
}

.bikash_tabs .tab-content ul li em span {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #f44336;
}

.bikash_tabs .tab-content a.btn-sm {
  margin-left: auto;
  margin-top: 10px;
  border-radius: 100px;
}


.phy_tabs .nav-tabs li .nav-link {
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #2270b2;
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #123456;
  position: relative;
  margin-top: 10px;
}
.download-list .tab-content .bikash_tabs .tab-content {
  padding: 0px 0px 0px 0px !important;
  box-shadow: none !important;
}

.post-box {
  margin-top: 30px;
}

.post-box ul {
  padding-left: 0px;
  padding-bottom: 10px;
}

.post-box ul li .row > div:first-child div {
  text-align: center;
  background: #2460b9;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 5px;
}

.post-box .col-lg-3.col-md-3 {
  padding-right: 0px;
}

.view-all-post {
  text-align: center;
}

.view-all-post .btn {
  padding: 2px 15px;
}

.view-all-post .btn:hover {
  background: #f94a2e;
  border-color: #f94a2e;
}

.widget-box.download-link,
.widget-box.main-link {
  margin-bottom: 30px;
}

.main-link ul li a {
  display: block;
}

.main-link ul li i {
  font-size: 18px;
  min-width: 30px;
  color: #017e58;
  text-align: center;
}

.main-link ul li a:hover i {
  color: #e9010e;
}

.widget-box.download-link {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-box.download-link .card.dwn_box {
  margin-top: 0px;
  margin-bottom: 10px;
}

.card.dwn_box .card-body:after {
  border-top: 30px solid #cce1f1;
}

.card.dwn_box:hover .card-body:after {
  border-top: 30px solid #e9010e;
}

.card.dwn_box:hover .card-body:before {
  border-top: 30px solid #cce1f1;
}

.staff_inner {
  position: relative;
}

/*Staff css*/
.staff_inner {
  padding-top: 30px;
}

.staff_inner .nav-pills .nav-link {
  position: relative;
  border-bottom: 1px solid #eee;
  color: #005ace;
  border-radius: 0px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 16px;
}

.staff_inner .nav-pills .nav-link i {
  font-size: 16px;
  padding-right: 5px;
}

.dept_list .card-body {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.dept_list #sidebar .card-body {
  padding-bottom: 0px;
}
/*.staff_inner .nav-pills .nav-link:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #e9010d;
    border-radius: 10px;
    left: 0%;
    top: 100%;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }*/
.staff_inner .nav-pills .nav-link:after {
  position: absolute;
  content: "\f061";
  left: auto;
  right: 10%;
  top: 30%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  font: normal normal normal 14px/1 FontAwesome;
}

.staff_inner .member_single {
  padding-bottom: 15px;
}

.dept_list .nav-pills .show > .nav-link:hover,
.dept_list .nav-pills .nav-link.active,
.dept_list .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e9010e;
  margin-top: -1px;
}

.dept_list .nav-pills .nav-link.active:before,
.dept_list .nav-pills .show > .nav-link:before {
  width: 100%;
}

.dept_list .nav-pills .nav-link.active:hover {
  color: #fff;
}

/*.dept_list .nav-pills .nav-link:hover:after, .dept_list .nav-pills .nav-link.active:after{width: 80%;}
*/
.staff_inner .nav-pills .nav-link:hover {
  color: #e9010d;
}

.dept_list form {
  padding: 15px;
}

.staff_inner .tab-content p {
  text-align: justify;
}

.staff_inner .tab-content .members p {
  margin-bottom: 0px;
  line-height: 5px;
  padding-top: 5px;
}

.staff_inner .member_single,
.staff_inner .member_multiple .col-xl-6,
.staff_inner .member_multiple .col-lg-6,
.staff_inner .member_multiple .col-md-6,
.staff_inner .member_multiple .col-md-4,
.staff_inner .member_multiple .col-md-3 {
  margin-bottom: 30px;
}

.modal-content button.close {
  position: absolute;
  right: 15px;
  top: -11px;
  background: #df1123;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  padding: 5px 10px;
  z-index: 9;
  font-size: 16px;
}

 .modal-content figure {
  margin-bottom: 0px;
}

.dwn_box .card-body h6 {
  font-size: 13px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

#staffModal ul li span {
  display: inline-block;
  position: relative;
  min-width: 75px;
  color: #000;
  vertical-align: text-top;
}

#staffModal ul li span b,
#staffModal ul li span small {
  display: block;
  width: 100%;
}

#staffModal ul li span:first-child {
  color: #2460b9;
}

/*CSS for Gallery*/
.img-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.img-wrapper img {
  max-width: 100%;
  max-height: 260px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay a {
  padding: 60px;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
}

#nextButton,
#prevButton {
  padding: 60px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#nextButton:hover,
#prevButton:hover,
#exitButton:hover {
  opacity: 0.7;
}

.main-modal .modal-header {
  padding: 0.5rem 2rem;
}

.main-modal .modal-header span {
  font-size: 18px;
  color: #000;
}

#sidebar.fixed {
  position: fixed;
  top: 30px;
  width: 22%;
}

.dtl_sec .card-body .item .item-inner,
#divlist {
  margin-bottom: 30px;
}

.list-gird {
  text-align: right;
}

.list-gird i {
  font-size: 18px;
  margin-left: 10px;
}

.gallery_thumb {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.gallery_thumb a {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.gallery_thumb a img {
  max-width: 100%;
  max-height: 95px;
}

.line-btn {
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  display: inline-block;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(36, 96, 185);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #e9010e;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.download-list .bikash_tabs .nav-tabs li a {
  padding: 5px 10px !important;
  line-height: 19px !important;
}

/*New CSS 2021-12-02 By:  Bikash Bhandari*/
.nav_sec.eng_menu .navbar-nav .nav-link {
  padding: 0.5rem 1.9rem;
}

.mid-right-link {
  padding-right: 20%;
  padding-top: 22px;
  padding-left: 0px;
}

.mid-right-link li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.mid-right-link img {
  max-height: 60px;
  max-width: 100%;
  margin-right: 30px;
}

.training_link {
  position: relative;
}

.training_link a {
    background-color: #FFEFF0;
    padding: 2px 30px;
    border-radius: 13px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  /* -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite; */
   -webkit-animation: blink 1s infinite; /* Safari 4+ */
   -moz-animation:   blink 1s infinite; /* Fx 5+ */
   -o-animation:     blink 1s infinite; /* Opera 12+ */
   animation:        blink 1s infinite; /* IE 10+, Fx 29+ */
  
}
 @keyframes blink{
  0%, 100% {background-color:#0447af;}
  50% {background-color: #e9010e;}
  0%, 100% {border-color: transparent;}
 }

@-webkit-keyframes flash {
  0% {
    opacity: 1;
    background-color: #f94a2e;
  }

  25% {
    opacity: 0.9;
    background-color: #90bbff;
  }

  50% {
    opacity: 0.9;
    background-color: #90bbff;
  }

  75% {
    opacity: 1;
    background-color: #f94a2e;
  }

  100% {
    opacity: 1;
    background-color: #f94a2e;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
    background-color: #f94a2e;
  }

  25% {
    opacity: 0.9;
    background-color: #90bbff;
  }

  50% {
    opacity: 0.9;
    background-color: #90bbff;
  }

  75% {
    opacity: 1;
    background-color: #f94a2e;
  }

  100% {
    opacity: 1;
    background-color: #f94a2e;
  }
}

.training_link a:hover {
  background: #2460b9 !important; color: #fff;
}

.faq_accordian h3 button {
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  border-radius: 0px;
  text-decoration: none !important;
  font-size: 16px;
  color: #f94a2e;
}

.faq_accordian .collapse {
  padding: 15px;
  border: 1px solid #ddd;
}

.faq_accordian h3 button.btn-link.collapsed {
  color: #2460b9;
}

.faq_accordian h3 button:hover,
.faq_accordian h3 button.btn-link.collapsed:hover {
  color: #f94a2e;
}

.sewa .card-body a.btn-primary {
  /* display: inline-block; */
  position: relative;
  margin-top: 30px;
  float: right;
}

.top-row {
  background: #0447af;
  padding: 2px 0px 3px 0px;
  display: block;
  border-bottom: 1px solid #e1ecff;
}

.top-row .left-box {
  padding: 0px;
  padding-top: 4px;
}

.top-row .left-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.top-row .left-box ul li {
  display: inline-block;
  position: relative;
  padding: 0 9px;
  border-right: 1px solid #5975a1;
  color: #fff;
  font-size: 13px;
}

.top-row .left-box ul {
  margin-bottom: 0px;
}

.top-row .left-box ul li a {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

.left-box ul {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.social-head ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: -2px;
}

.social-head ul li {
  display: inline-block;
  position: relative;
}

.social-head ul li a {
  font-size: 20px;
  line-height: 15px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  background: #7aaedd;
  padding: 3px 6px;
  border-radius: 5px;
}

.social-head ul li a:hover {
  background: #ee1825;
}

ul.header-btn {
  padding-left: 0px;
  text-align: right;
}

ul.header-btn li {
  border: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 10px 0px -5px 0px;
}

ul.header-btn li a {
  border-radius: 0px;
  background-color: #ffeff0;
  padding: 5px 15px;
  border-radius: 13px;
  color: red;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}

ul.header-btn li a:hover {
  background: #e9010e;
  color: #fff;
}

.language img {
  max-height: 20px;
  max-width: 100%;
}

ul li.language {
  margin-right: 10px;
}

ul li.language a {
  background: #fff;
  color: #265cc0;
  border-radius: 0px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  position: relative;
  padding: 5px 10px;
}
ul li.language a small{font-size: 13px;}

/* ul li.language a::after {
  content: "";
  height: 1px;
  width: 0%;
  background: transparent;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -9px;
  transition: width 0.5s;
} */

ul li.language.active a,
ul li.language a:hover,
ul li.language.active a:hover {
  color: #e9010e;
  background: #fff;
}

ul li.language a:hover::after,
ul li.language.active a::after,
ul li.language.active a:hover::after {
  background: #e9010e;
  width: 100%;
}

.sticky_link {
  position: fixed;
  top: 32%;
  right: -85px;
  z-index: 99;
}

.sticky_link ul {
  position: relative;
  display: block;
  padding-left: 0px;
}

.sticky_link li {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.sticky_link li a {
  min-height: 14px;
  min-width: 120px;
  width: 100%;
  color: #265cc0;
  padding: 9px 2px 9px 0px;
  margin-bottom: 1px;
  margin-top: 10px;
  background: #fff;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 15px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: 0.05rem;
  border: 1px solid #e1ecff;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.sticky_link li a img {
  max-height: 35px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: -9px 0px -9px -1px;
  border-radius: 100%;
}

.sticky_link li a i {
  min-width: 20px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.sticky_link li:hover {
  margin-left: -80px;
}

.sticky_link li a:hover {
  color: #e00c1b;
}

.b_tab_wrap {
  min-height: 60px;
}

.b_tab_wrap .nav-tabs {
  float: right;
}

.phy_tabs .nav-tabs,
.phy_tabs .nav-tabs li {
  display: inline-block;
  position: relative;
  border: none;
}

.phy_tabs .nav-tabs {
  margin-left: 30px;
}

.phy_tabs .nav-tabs li .nav-link:hover {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
  color: #ee1d25;
}

.phy_tabs .nav-tabs li .nav-link.active,
.phy_tabs .nav-tabs li .nav-link.active:focus {
  background-color: #2460b9;
  color: #fff;
  border-color: #fff #2460b9 #fff #fff;
}

.phy_tabs .nav-tabs li .nav-link.active:hover {
  cursor: inherit;
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 0 #cecfd1;
}

.phy_tabs .nav-tabs li .nav-link.active::after{
  position: absolute;
  left: 100%;
  content: "";
  content: "";
  border-left: 11px solid #2460b9;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: -9px;
  top: 36%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.phy_tabs .nav-tabs li .nav-link.active::after {
  border-left: 7px solid #2460b9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 1px;
}


.bikash_tabs .nav-tabs li a.active::before {
  position: absolute;
  left: 50%;
  content: "";
  border-top: 10px solid #2460b9;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-left: -9px;
  bottom: -9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.phy_tabs .nav-tabs li .nav-link.active::before {
  border-top: 6px solid #2460b9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
  bottom: -5px;
}

.phy_tabs .card-body {
  padding: 5px;
}
.home_abt_sec figure {
  max-height: 450px;
  text-align: right;
  margin-bottom: 0px;
  margin-left: 30px;
  position: relative;
}
.home_abt_sec figure img {
  max-height: 450px;
   position: relative;
}

.home_abt_sec figure::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    height: 60%;
    background: #0447af;
    z-index: 0;
    opacity: .1;
}

.social__menu {
    position: absolute;
    top: 32%;
    left: 70px;
    z-index: 1;
}
.social__menu .social__icon {
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #0447af;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
    display: block;
    text-align: center;
    padding: 2px;
    margin-top: 10px;
}
.social__menu .social__icon svg {
    color: white;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    height: 1em;
}
.social__menu .social__icon:hover{background: #3d7cdf;}


.mt-30 {
  margin-top: 30px;
}
.footer-bg-wrapper {
  background: #f6f8fa;
}


.public_sec{
  padding: 60px 0px 30px 0px;
  background: rgb(245, 245, 245);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.feature-box {
  margin-bottom: 30px;
  margin-top: 5px;
  position: relative;
}

.feature-box .icon-box {
  border: 2px solid;
  border-radius: 50%;
  font-size: 35px;
  height: 70px;
  width: 70px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background-color: #527fc5;
  color: #fff;
  line-height: 65px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box .content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 76%;
  padding-left: 10px;
}

.feature-box .content .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box .content p {
  color: #7b7b7b;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  margin-bottom: 0px;
  line-height: 14px;
}
.feature-box a{display: block;
  border: 1px solid #e9e9e9;
  border-radius: 9px;
  padding: 15px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  background: #fff;
  min-height: 100px;
}
.feature-box a:hover {
  background: #0447af; color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature-box a:hover .content .title{color: #fff;}


.widget-box {
    background: #fff;
    border: 0 solid #eee;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.widget-box h3 {
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 15px;
    color: #fff;
    background: #e9010e;
    border-bottom: 2px solid #cc0000;
    font-weight: 600;
    letter-spacing: 0.05rem;
}
.side-widget {
    width: 100%;
}
.side-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-widget ul.useful-link {
   margin: 0; 
}
.useful-link li {
    list-style: none;
    display: inline-block;
    border: none !important;
    width: 100%;
    font-size: 16px;
}
.useful-link li:first-child {
    margin-top: 0px;
}
.useful-link li a {
    display: block;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    background: #fff;
    color: #265cc0;
    padding: 13px 13px 13px 30px;
    border-top: 1px solid #e1f0ff;
    position: relative;
    line-height: 20px;
    font-weight: 600;
}
.useful-link a i {
    padding-top: 5px;
    margin: 0;
    color: #005dac;
    text-align: center;
    font-size: 16px;
    min-width: 30px;
    position: absolute;
    left: 5px; top: 8px;
}

.useful-link li a:hover, .useful-link li a:hover i{color: #ee1d25;}

.ministry_dtl figure{text-align: center;}
.ministry_dtl figure img{max-height: 200px; max-width: 100%; width: auto !important; margin-left: auto; margin-right: auto;}
.message_sidebar ul li{padding: 15px; border-bottom: 1px solid #abcdef;}
.message_sidebar ul li:last-child{border-bottom: none;}
.message_sidebar ul li .thumb{text-align: center;}
.message_sidebar ul li .thumb img{max-height: 100px; max-width: 100%; width: auto !important;}
.message_sidebar ul li .text-area a{text-align: center;}




.sidebar-box {
  margin-bottom: 30px;
}

.sidebar-box h3 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #0447af;
}

.sidebar-box h3 span,
.contact_address h4 span {
  display: inline-block;
  position: relative;
  background: #0447af;
  color: #fff;
  padding: 7px 7px 7px 15px;
  min-height: 36px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.025rem;
}

.sidebar-box h3 span:after,
.contact_address h4 span:after {
  display: inline-block;
  position: absolute;
  right: auto;
  left: 96%;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 2em solid;
  border-bottom: 0;
  border-left: 1em solid #0447af;
  top: 0;
}

.sidebar-box h3 span:before,
.contact_address h4 span:before {
  display: inline-block;
  position: absolute;
  right: auto;
  left: 97%;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "╲";
  top: 0;
  z-index: 1;
  font-size: 25px;
  color: #0447af;
  rotate: 18deg;
}

.side_link ul {
  padding: 0px;
}

.side_link ul li {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 9px;
}
.side_link ul li .thumb {
  margin-bottom: 10px;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
}
.side_link ul li .thumb img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
  border-radius: 9px;
}

.side_link ul li .text-area{position: relative; line-height: 20px;}
.side_link ul li .text-area a {
  font-size: 16px;
  letter-spacing: 0.025rem;
  color: #0447af;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
}

.side_link ul li .text-area span {
  display: block; position: relative; padding: 2px 10px; background: #fff; color: #777;
  font-size: 13px; margin-bottom: -10px; text-align: right;
}
.side_link ul li .text-area p{font-size: 16px; color: #5c5485;}
.side_link ul li .text-area.text-center p{text-align: center;}

.side_link ul li .text-area a:hover {
  color: #f94a2e;
}

.mapouter{margin-top: 60px;}

.header-btn .training_link {display: none;}



.team_sec {
  display: block;
  position: relative;
  background: linear-gradient(
    to top,
    #e9ecef 0%,
    rgb(244 245 247 / 35%) 100%
  ) !important;
  padding: 60px 0px;
  text-align: center;
  border-top: 1px solid #fff; 
}
.team_sec .card {
  margin-bottom: 45px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 310px;
  padding:10px;
  /* border: 1px solid #e1ecff; */
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  border-radius: 9px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s
}
.team_sec.team_list{padding-bottom: 60px;}
.team_sec.team_list .card{margin: 0; margin-top: 30px;}

.team_sec .card h4{font-size: 18px; color: #123456;}
.team_sec .card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.team_sec .card a{display: block;}

.team_sec .card p {
  color: #0447af;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.team_sec .card img {
  max-height: 175px;
  min-height: 175px;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: #73b7d3;
  background: rgb(115, 183, 211);
  background: linear-gradient(35deg, rgba(115, 183, 211, 1) 0%, rgba(185, 234, 250, 1) 75%, rgba(185, 234, 250, 1) 100%);
  border-radius: 9px;
}

.team_sec .card:hover{background: #0447af; 
  box-shadow:0px 5px 15px 0px rgb(8 18 109 / 15%);
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s
}
.team_sec .card:hover h4, .team_sec .card:hover h5, .team_sec .card:hover h6,
.team_sec .card:hover h4 a, .team_sec .card:hover h5, .team_sec .card:hover p{
  color: #fff;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s
}

.team-carousel .owl-nav {
  position: absolute;
  top: 0%;
  z-index: 999;
  font-size: 30px;
  width: 100%;
  line-height: 30px;
  margin-top: -50px;
}

.team-carousel .owl-nav .owl-prev {
  position: absolute;
  left: auto;
  right: 45px;
}

.team-carousel .owl-nav .owl-next {
  position: absolute;
  right: 5px;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  /*background:rgba(36, 96, 185, 0.5) !important;*/
  color: #0447af !important;
  min-width: 30px !important;
  background: #dfefff !important;
  border-radius: 100%;
  border: 1px solid #0447af !important;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  color: #fff !important;
  background: #0447af !important;
}


.research_member{
  margin-top: 30px; text-align: center;
  background: url(../images/map_sprta.png) no-repeat center center !important;
  background-size: contain !important;  border: 2px solid #08aaea;
}
.research_member .my-ttl-2{text-align: center; background: #08aaea; color: #fff; padding: 5px; font-size: 20px; font-weight: 600;}
.research_member .team_list{text-align: center; padding-left: 20%; padding-right: 20%;}

.team_list_info {
  position: relative;
  margin-top: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
}

.team_list_info .emp_info {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* padding: 15px 15px 10px 15px; */
  text-align: center;
  min-height: 90px;
  /* filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .05));
  background: #fff; */
}

/* .team_list_info .emp_info:before {
  content: "";
  position: absolute;
  border-width: 15px 0px 15px 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: -45deg;
  top: -9px;
  right: 45%;
} */

.team_list_info .emp_info h5 {
  font-size: 18px; color: #c44146; font-weight: 600;
}

.team_list_info .emp_info h6 {
  color: #373865;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
}

.team_list_info figure {
  text-align: center;
  margin-top: 5px;
  display: block;
  position: relative;
}

.team_list_info figure img {
  max-width: 100%;
  height: 160px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  background: #e4f5ff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  /* border: 1px solid #00adef;
  border-bottom-width: 5px; */
}
.team_list_info .emp_info:hover {
  border-bottom-color: #7a2976;
}

.dtl_sec .col-xl-9 .card .card-body ol li{list-style-type: decimal !important;}



@media only screen and (max-width: 1500px) {
  .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 1rem 3rem;
  }
  .side-widget .thumb {
    min-width: 52px;
  }

  .side-widget .thumb img {
    max-width: 50px;
  }

  .side-widget .text-area {
    width: 65%;
  }
}

@media only screen and (min-width: 1400px) {
  .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.9rem 2rem;
  }
}

@media only screen and (max-width: 1399px) {
  .nav_sec .navbar-nav .nav-link, .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.7rem 1.5rem;
  }
  .nav_sec .navbar-nav .nav-link i, .nav_sec .navbar-nav .nav-link i{left: 2px;}
  .home_abt_sec figure img{max-width: 88%;}
  .social__menu{left: 60px; top: 25%;}
}

@media only screen and (max-width: 1280px) {
  .nav_sec .navbar-nav .nav-link, .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem;
  }
  .nav_sec .navbar-nav .nav-link i{left: 3px;}
  .home_abt_sec figure{margin-top: 60px;}
  .home_abt_sec figure img{max-width: 85%;}
  .social__menu{left: 60px; top: 30%;}
}

@media only screen and (max-width: 1199px) {
  .prelink_1-grid{margin-top: -80px;}
  .prelink_1-grid .gird_card{
    flex: 0 0 30%;
  }
  .prelink_1-grid .gird_card{margin-top: 5px;}
  .nav_sec .navbar-nav .nav-link {
    padding: 0.5rem 0.9rem;
  }

  .nav_sec .navbar-nav .nav-link i {
    min-width: 20px;
  }

  .right-box {
    padding-right: 0%;
  }

  .ministry_sec h5 {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .ministry_sec .btn-primary {
    position: relative;
    right: 0;
    float: right;
    margin-right: 5px;
  }

  .side-widget .text-area {
    width: 110px;
  }

  .side-widget .thumb img {
    max-height: 50px;
  }

  .dash_info ul.dash_list li {
    width: 100%;
  }

  .bikash_gallery .box .caption h6 a {
    font-size: 15px;
  }

  .footer-top ul li {
    line-height: 30px;
  }

  .footer-top a,
  .nav_sec .navbar-nav .nav-link,
  .marquee-with-options a,
  .events-ticker h4 span,
  .ministry_sec h5 {
    font-size: 16px;
  }

  .ministry_sec h5 span,
  .contact_us_inner h4,
  .staff_inner .card-header h4 {
    font-size: 18px;
  }

  .logo_sec img {
    max-height: 60px;
  }
  .logo_text {
    padding-left: 2px;
  }
  .logo_sec.logo_eng .logo_text b {
    font-size: 18px;
  }
  .logo_sec.logo_eng .logo_text span {
    font-size: 16px;
    line-height: 10px;
  }
  .nav_sec .navbar-nav .nav-link, .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
  }
  .nav_sec .navbar-nav .nav-link i, .nav_sec .navbar-nav .nav-link i{
    left: 0px;
        transform: translateX(-1px);
  }
  .logo_text b {
    font-size: 18px;
  }
  .logo_text span {
    font-size: 16px;
    line-height: 10px;
  }
  .mid-right-link img {
    margin-right: 10px;
  }

  .mid-right-link {
    padding-right: 25%;
  }

  .phy_tabs .nav-tabs {
    margin-left: 0px;
  }
  .footer-top h4 {
    margin-top: 15px;
  }
  .main-banner .caption-text h2 {
    line-height: 20px;
    font-size: 16px;
  }

  .home_abt_sec figure{margin-top: 0px;}
  .home_abt_sec figure::before{left: 25%; width: 75%;}
  .social__menu {left: 30%; top: 32%;}
  .feature-box .content{width: 81%; padding-left: 5px;}
  .feature-box a{padding: 5px; min-height: 60px;}
  .feature-box .icon-box{height: 50px; width: 50px; line-height: 50px; font-size: 24px;}
  .feature-box .content .title{margin-bottom: 0px;}
  .feature-box{margin-bottom: 20px;}
}


@media only screen and (max-width: 1100px) {
  .nav_sec .navbar-nav .nav-link, .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.5rem 0.9rem; border-right: 1px solid #eee;
  }
  .nav_sec .navbar-nav .nav-link i, .nav_sec .navbar-nav .nav-link i{display: none !important;}
  .feature-box .content{width: 80%;}
}

@media only screen and (max-width: 1024px) {
  /* .footer-bg-wrapper .footer-bg img{height: 300px;} */
   .feature-box{margin-bottom: 15px;}
   .research_member .team_list {padding-left: 15%; padding-right: 15%;}
}

@media only screen and (max-width: 991px) {

  header{
      background: #fff;
      background: #ffffff;
      background: -moz-linear-gradient(
        45deg,
        #ffffff 0%,
        #ffffff 50%,
        #fafafa 100%
      );
      background: -webkit-linear-gradient(
        45deg,
        #ffffff 0%,
        #ffffff 50%,
        #fafafa 100%
      );
      background: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, #fafafa 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1);
      background: url(../images/np-flag.gif) no-repeat top 30px right 15px !important;
      background-size: auto 75px !important;
  }

  .nav_sec .navbar-nav .nav-link {
    display: block;
    border-left: 0px;
  }

  .nav_sec {
    position: relative;
  }

  #navbarResponsive {
    position: absolute;
    width: 95%;
    top: 0px;
    background: #2460b9;
    z-index: 99;
  }

  .navbar-dark .navbar-toggler {
    color: #fff;
    opacity: 1;
    margin-left: 15px;
    position: absolute;
    z-index: 999;
    background: #005dac;
    left: auto;
    right: 20%;
    bottom: 18px;
  }

  .navbar-dark .navbar-toggler:hover {
    background: #e9010e;
  }

  .nav_sec .navbar-nav .nav-link{color: #fff; border-top: 1px solid rgb(255 255 255 / 14%);}
  .nav_sec .navbar-nav .nav-link, .nav_sec.eng_menu .navbar-nav .nav-link{border-right: none;}
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, 
  .nav_sec .navbar-nav .nav-link:focus i{color: #abcdef;}
  #banner{margin-bottom: 15px;}
  .main_banner_sec{padding-top: 10px;}
  .mid-right-link {padding-right: 20%;}

  .useful-link li {
    width: 48%;
  }

  .ministry_sec .owl-carousel .owl-item img {
    max-height: inherit;
    margin-left: auto;
    margin-right: auto;
  }

  .ministry_sec h5 {
    text-align: center;
  }

  .training_link a {
    padding: 5px 25px;
  }

  .top-row .left-box ul li {
    padding: 0px 5px;
  }

  .right-box ul li.check-mail a {
    margin-left: 5px;
  }

  .dash_info ul.dash_list li {
    width: 100%;
  }

  .main-banner .caption-text h2,
  .bikash_tabs .tab-content ul li a {
    font-size: 16px;
  }

  .bikash_tabs .nav-tabs li a i {
    line-height: 15px;
  }
  .b_tab_wrap {
    min-height: 45px;
  }
  .bikash_tabs .nav-tabs li a i {
    display: inline-block;
    vertical-align: baseline;
  }

  .main-banner .caption-text h2 {
    padding: 10px;
  }
  .ministry_sec .owl-carousel .owl-dots {
    right: auto;
  }

  .nav_sec .navbar-nav .nav-link i {
    min-width: 30px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  .download-list .bikash_tabs .nav-tabs li a {
    font-size: 14px !important;
  }

  .display-md-none {
    display: none !important;
  }
  .mid-right-link{padding-top: 15px;}
  .mid-right-link img {
    max-height: 60px;
  }
  .logo_sec{padding: 5px 0px;}
  .logo_text {
    padding-left: 5px;
  }
  .logo_text b {
    font-size: 18px;
    line-height: 30px;
  }
  .logo_text span {
    font-size: 16px;
    line-height: 20px;
  }
  .card {
    margin-bottom: 15px;
  }
  .home_abt_sec figure {
    margin-top: 15px;
  }
  .section.bg_img{padding-bottom: 0px;}
  .home_abt_sec figure::before {left: 15%; width: 85%;}
  .social__menu{left: 22%;}
  .dash_info.phy_tabs{
    margin-bottom: 30px;
  }
  .phy_tabs .nav-tabs li{display: block;}
  .public_sec{padding-top: 30px; padding-bottom: 15px;}
  .public_sec .sidebar-box{margin-top: 30px;}
  .feature-box .content {width: 82%;}
  .feature-box{margin-bottom: 10px;}
  .side_link ul li .thumb{max-height: 300px;}
  .research_member .team_list {padding-left: 10%; padding-right: 10%;}
   
}
@media only screen and (max-width: 860px) {
  /* .footer-bg-wrapper .footer-bg img{height: 270px;} */
   .training_link a {
    padding: 5px 15px;
  }
  .logo_sec.logo_eng .logo_text b{font-size: 16px;}
  .home_abt_sec figure::before {left: 5%; width: 95%;}
  .social__menu{left: 13%;}
}

@media only screen and (max-width: 768px) {
  /* .navbar-dark .navbar-toggler {
    left: 66%;
  } */
  .footer-bg-wrapper {
    margin-bottom: -60px;
    min-height: 190px;
  }
  /* .footer-bg img{height: 245px;} */
  .footer-top {
    padding-top: 30px;
  }
  .research_member .team_list {padding-left: 5%; padding-right: 5%;}
  .team_list_info .emp_info{min-height: auto;}
}

@media only screen and (max-width: 767px) {
  ul li.language a{padding:6px 10px;}
  .header-btn li.training_link{display: inline-block; position: relative; margin-right: 10px; margin-bottom: -3px;}
  .header-btn li.training_link a{
    color: #fff;
    border-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 2px 20px;
   -webkit-animation: flash linear 1s infinite; /* Safari 4+ */
   -moz-animation:    flash linear 1s infinite; /* Fx 5+ */
   -o-animation:      flash linear 1s infinite; /* Opera 12+ */
   animation:         flash linear 1s infinite; /* IE 10+, Fx 29+ */
  }
  .header-btn li.training_link a:hover{background: #f94a2e !important;}
  .mid-right-link{padding-right: 0;}
  .nav_sec {
    background: none !important;
    border: 0 !important;
  }
.navbar-dark .navbar-toggler{right: 10%;}

  .useful-link li {
    width: 100%;
  }

  .top-row .left-box ul li {
    display: none;
  }

  .top-row .left-box ul li:first-child {
    display: inline-block;
    border: 0;
  }

  /* #navbarResponsive {
    top: 41px;
  } */

  /*.navbar-dark .navbar-toggler {
    position: relative;
    right: auto;
    bottom: 0;
    border-radius: 0px;
    background: #002b52;
  }*/
  /*.mid-right-link {
    padding-top: 0px;
    padding-right: 0;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 9;
  }*/
  .training_link a {
    border: 0;
  }

  .side-widget .text-area {
    width: 80%;
  }

  .social-box {
    display: none !important;
  }

  .footer-bottom .col-md-5.text-right {
    text-align: left !important;
  }

  .download-list .bikash_tabs .nav-tabs li {
    width: 100% !important;
    margin-top: 10px;
  }

  .download-list .bikash_tabs .nav-tabs {
    width: 150px;
    float: left;
    margin-left: -30px;
  }

  .download-list .bikash_tabs .nav-tabs li a {
    text-align: left;
  }

  .download-list .bikash_tabs .nav-tabs li a.active::before {
    bottom: 33%;
    rotate: -90deg;
    left: 99%;
    margin-left: -4px;
  }
  .download-list .bikash_tabs .nav-tabs li a.active::after {
    left: 99%;
    top: 9px;
    rotate: -90deg;
    margin-left: -2px;
  }
  .download-list .bikash_tabs .nav-tabs li a.active,
  .download-list .bikash_tabs .nav-tabs li a.active:focus {
    border-color: #fff #ee1d25 #fff #fff;
  }
   .feature-box .content {width: 80%;}
   .side_link ul li .thumb{max-height: 300px;}
   .footer_left {padding-top: 15px; margin-top: 0px; padding-bottom:15px; margin-bottom: 0px; 
    background: transparent; min-height: auto;}
    .footer-bottom a{font-size: 15px;}
}

@media only screen and (max-width: 686px) {
  .home_abt_sec figure{margin-left: 0px;}
  .home_abt_sec figure::before {left: 0%; width: 100%;}
  .social__menu {left: 7%;}
  .feature-box .content {width: 78%;}
}

@media only screen and (max-width: 640px) {
  .prelink_1-grid .gird_card{
    flex: 0 0 47%;
  }
  .prelink_1-grid .gird_card{grid-gap: 5px; padding: 15px 5px;}
  header{background-size: auto 80px !important;}
  ul li.language{margin-right: 1px;}
  .navbar-dark .navbar-toggler{right: 0px; bottom: 71px; border-radius: 0px; background: #228fff;}
  ul.header-btn{padding-right: 45px;}
  .logo_text b {
    font-size: 18px;
  }
  .logo_text span {
    font-size: 16px;
  }
  .footer-bottom a{font-size: 14px;}
  .footer-bg img {
    height: 190px;
  }
  .feature-box .content {width: 75%;}
  .research_member .team_list{padding-left: 0%; padding-right: 0%;}
}

@media only screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
  .logo_text{max-width: 70%;}
  .logo_text b{line-height: 18px; padding-bottom: 7px;}
  .logo_text span, .logo_sec.logo_eng .logo_text span{font-size: 13px;}
  .useful-link li {
    width: 98%;
  }

  .dash_info ul.dash_list li {
    width: 100%;
  }

  .dash_info .card-header,
  .ministry_sec .card-body h4,
  .card-header h4,
  .my-ttl h4,
  .footer-top h4 {
    font-size: 18px;
  }

  .useful-link li h4,
  .widget-box h3,
  .tab_sec .nav-tabs li a,
  .contact_us_inner h4,
  .dwn_box span.ttl,
  .dwn_box div.ttl,
  .dwn_box a i, .logo_text b {
    font-size: 16px;
  }

  .dwn_box .card-body h6, .footer-bottom a {
    font-size: 13px;
  }

  .dash_list span.counter {
    float: right;
    min-width: 75px;
    text-align: center;
    line-height: 15px;
  }

  .footer-top h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .footer-top ul {
    margin-bottom: 15px;
  }

  .mid_part {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p {
    font-size: 16px;
  }

  .dtl_sec p {
    line-height: 24px;
  }
  .main-banner .caption-text {
    width: 90%;
  }
  .b_tab_wrap .nav-tabs {
    float: none;
  }
  .bikash_tabs .nav-tabs li:first-child {
    margin-left: 0px;
  }
  .download-list .bikash_tabs .nav-tabs li:first-child {
    margin-left: 15px;
  }
  .bikash_tabs .nav-tabs li a {
    padding: 5px 20px;
  }
  .popular-notice.staff_list .text-box h4 {
    font-size: 16px;
  }
  .popular-notice.staff_list .text-box .col-8 {
    padding-left: 0px;
  }
  .popular-notice .text-box .col-lg-4 {
    padding-right: 5px;
  }
  .popular-notice .text-box {
    padding: 0px 5px 5px 5px;
  }
 
    .home_abt_sec figure::before{height: 80%;}
    .social__menu{top: 25%;}
    .phy_tabs .nav-tabs{margin-bottom: 10px;}
    .phy_tabs .nav-tabs li{display: inline-block; position: relative;}
    .phy_tabs .nav-tabs li .nav-link, .bikash_tabs .nav-tabs li a{padding: 2px 15px;}
    .phy_tabs .nav-tabs li .nav-link.active::after {
      position: absolute;
      left: 50%;
      content: "";
      border-top: 10px solid #2460b9;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      margin-left: -9px;
      top: auto;
      bottom: -13px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      z-index: 2;
  }
  .bikash_tabs .nav-tabs li, .tabs_433 .nav-tabs li{margin: 0 0.2em 0.5em 0 !important}
  .feature-box .content {width: 85%;}
  .list-gird{display: none;}
}

@media only screen and (max-width: 481px) {

  .logo_text b {
    line-height: 34px;
  }

  .logo_text b {
    font-size: 15px;
    padding-bottom: 0px;
  }

  .logo_text span {
    font-size: 11px;
  }
  ul li.language a small{display: none;}

  .dash_info ul.dash_list li {
    font-size: 16px;
  }

  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p {
    font-size: 15px;
  }

  .side-widget .text-area {
    width: 75%;
  }

  .dash_list span.counter {
    padding: 2px 5px;
  }

  .logo_sec img {
    max-height: 60px;
  }

  .logo_text b {
    line-height: 20px;
  }

  .logo_text {
    padding-left: 5px;
  }

  .download-list .bikash_tabs .nav-tabs {
    width: 100%;
    float: none;
  }

  .download-list .tab-content .bikash_tabs .tab-content {
    padding: 0px 0px 0px 0px !important;
  }

  .logo_sec.logo_eng .logo_text span {
    display: none;
  }

  .mid_part {
    padding-bottom: 25px;
  }
  .mid-right-link img {
    max-height: 50px;
  }
  .footer-top {
    padding-top: 15px;
  }
  .download-list .bikash_tabs .nav-tabs li a.active::before {
    margin-left: -2px;
  }
  .download-list .bikash_tabs .nav-tabs li a.active::after {
    margin-left: 0px;
  }
  .member_single img {
    max-width: 60px;
    max-height: 90px;
  }
  .member_single p, .footer-top .links ul li a{font-size: 14px;}
  .member_single{gap: 5px;}
  .main_banner_sec{padding-bottom: 90px;}
  .section.bg_img{padding-bottom: 0px;}
  .contact_person ul li{margin-top: 5px; line-height: 24px;}
  .footer-bottom a {font-size: 12px;}
  .footer-top .links ul li a{padding: 5px 0px; padding-left: 25px;}
  .footer-top .contact_footer ul.contact-list li{margin-bottom: 10px; padding-left: 50px; line-height: 18px;}
}

@media only screen and (max-width: 420px) {
  header{background-image: none !important;}
  .logo_text b {
    font-size: 14px;
  }

  .logo_text b {
    line-height: 20px;
  }

  .logo_text span {
    font-size: 10px; line-height: 10px;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 16px;
  }

  .logo_sec.logo_eng .logo_text span {
    font-size: 13px;
  }

  .mid-right-link {
    padding-right: 11%;
  }

  .training_link a {
    padding: 5px 20px;
    font-size: 16px;
  }

  .footer-bottom {
    line-height: 15px;
    font-size: 11px;
  }
  .footer-top ul li {
    line-height: 24px;
  }
  .navbar-dark .navbar-toggler{padding: 10px;}
  ul.header-btn {padding-right: 40px;}
  ul.header-btn li{margin: 5px 0px 5px 0px;}
  .header-btn li.training_link{margin-bottom: 0px;}
  .header-btn li.training_link a{border-radius: 4px;}
  ul li.language a{ display: inline-block; position: relative; height: 30px; width: 30px; 
    text-align: center;  border-radius: 100px; padding: 2px; }
  .header-btn li.training_link{margin-right: 5px;}
  .prelink_1-grid .gird_card{
    flex: 0 0 100%;
  }
  .home_abt_sec figure::before{left: -15px;}
  .social__menu {left: 4%;}
  .social__menu .social__icon{height: 30px; width: 30px; padding: 0;}
  .social__menu .social__icon svg{font-size: 13px;}
  .feature-box .content {width: 82%;}
}

@media only screen and (max-width: 393px) {
  .container {
    max-width: 99%;
  }
  .useful-link li h4,
  .dash_info .card-header,
  .ministry_sec .card-body h4,
  .card-header h4,
  .my-ttl h4,
  .footer-top h4 {
    font-size: 16px;
  }
  .phy_tabs .nav-tabs li .nav-link, .bikash_tabs .nav-tabs li a,
  .bikash_tabs .nav-tabs li a i,
  .useful-link li h4,
  .widget-box h3,
  .tab_sec .nav-tabs li a {
    font-size: 15px;
  }

  .item-inner .card-title,
  .dash_list span.counter,
  .bikash_gallery .box .caption h6 a {
    font-size: 16px;
  }

  .main-banner .caption-text h2,
  .bikash_tabs .tab-content ul li a,
  .dash_info ul.dash_list li,
  .footer-top a,
  .marquee-with-options a,
  .events-ticker h4 span,
  .ministry_sec h5{
    font-size: 14px;
  }

  .contact_person ul li {
    font-size: 16px;
  }

  .contact_person ul li {
    line-height: 24px;
  }

  .side-widget .text-area {
    width: 70%;
  }

  .dash_list span.counter {
    min-width: 60px;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 16px;
  }

  .logo_sec.logo_eng .logo_text span {
    font-size: 12px;
  }

  .mid-right-link {
    padding-right: 0%;
  }

  .mid-right-link img {
    margin-right: 2px;
  }

  .training_link a {
    padding: 5px 15px;
  }
  .top-row .col-md-7 {
    padding-right: 0px;
  }
  .top-row .col-md-5 {
    padding-left: 0px;
  }
  .phy_tabs .nav-tabs li .nav-link, .bikash_tabs .nav-tabs li a {
    padding: 5px 15px;
  }
  .bikash_tabs .nav-tabs li a i, .tabs_433 .nav-tabs li a i{margin-right: 5px;}
}

@media only screen and (max-width: 375px) {
  .phy_tabs .nav-tabs li .nav-link {
    padding: 2px 6px;
  }
}

@media only screen and (max-width: 320px) {
  .side-widget .text-area {
    width: 70%;
  }

  .side-widget .thumb img {
    max-height: 45px;
  }

  .side-widget ul li {
    font-size: 12px;
  }

  .navbar-dark .navbar-toggler {
    bottom: 9px;
  }

  .right-box ul li.language a {
    padding: 2px 7px;
  }

  .mid-right-link img {
    margin-bottom: 5px;
    max-height: 60px;
  }

  .logo_text b {
    font-size: 16px;
  }

  .logo_text span {
    font-size: 11px;
  }
}
