/*!------------------------------------------------------------------
[MAIN STYLESHEET]
Powered By:	Bikash Bhandari (bhandaribikash.com.np)
VERSION: V4.3.1	
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Front-End Design And Developed By: Bikash Bhandari]
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  line-height: 1.6;
  font-family: roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #123456;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.025rem;
}
/*.container{max-width: 90% !important;}*/
p,
.paragraph {
  font-weight: 500;
  color: #123456;
  font-size: 16px;
  line-height: 1.9;
  font-family: "Lora", serif;
}
a {
  color: #2460b9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: "Lora", 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: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}
.mt-3 {
  margin-top: 1rem !important;
}

/* Button style */
.btn {
  font-size: 16px;
  text-transform: inherit;
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  border-radius: 100px;
  letter-spacing: 0.045rem;
  text-transform: capitalize;
}

.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: 13px;
  padding: 5px 20px;
}

.btn-primary {
  background: #2460b9;
  color: #fff;
  border-color: #0e479c;
  border-radius: 100px;
}

.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 #17a2b833,
      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 #17a2b833,
      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 #17a2b833,
      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 #17a2b833,
      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: #17a2b8;
  outline: 0 !important;
}

a.text-white:hover,
a.text-light:hover {
  color: #17a2b8 !important;
  outline: 0 !important;
}

a h4:hover,
a h5:hover {
  color: #17a2b8;
  outline: 0 !important;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.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: #2460b9 !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: "Lora", 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 .text-box {
  max-height: 365px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px 15px 15px 15px;
  margin-bottom: 15px;
  background: #e2e9ef;
  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: #c1cfdc;
  border-bottom: 1px solid #aaa;
}
.popular-notice.staff_list .popular-head h3 {
  color: #374c5f;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  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: #234a83;
  font-weight: 600;
}
.popular-notice .text-col .btm-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.popular-notice .text-col .btm-row ul li {
  float: left;
  padding: 0px;
  border-top: 0;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #555;
}
.popular-notice .text-col .btm-row ul li .fa {
  padding: 0 5px 0 0;
  min-width: 20px;
  font-size: 16px;
}
.popular-notice ul li .btm-row a.btn-small {
  font-size: 15px;
  color: #006699;
}
.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: #e2e9ef;
  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: #0f77bd;
  font-weight: 600;
  font-size: 24px;
  padding-top: 15px;
}
.staff_info .staff_box h5 {
  color: #17a2b8;
  font-weight: 600;
  font-size: 20px;
  padding-top: 15px;
}
.staff_info .staff_box ul li {
  font-size: 18px;
}
.staff_info .staff_box ul li i {
  font-size: 24px;
  min-width: 30px;
  color: #006699;
}

@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: 1em;
}

.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: 0px;
  margin-bottom: 0px;
  margin-top: -15px;
  width: 75%;
  margin-left: auto;
}

.navbar-collapse {
  /*padding-bottom: 10px;*/
  transition: 0.2s ease;
}

.navbar .nav-item .nav-link {
  /*text-transform: uppercase;*/
  font-weight: 500;
}

/* .nav_sec {
  border-top: 1px solid #092540 ;
   border-bottom: 1px solid #092540 ; 
} */
.nav_sec .navbar-nav {
  margin-left: auto;
  display: block;
}

.nav_sec .navbar-nav li {
  display: inline-block;
  position: relative;
}

.nav_sec .navbar-nav li:last-child {
  border-right: 0;
}

.nav_sec .navbar-nav .nav-link {
  padding: 0.5rem 2.3rem;
  display: block;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  align-items: center;
  text-align: center;
  color: #00014e;
  font-family: inherit;
  letter-spacing: 0.025rem;
  position: relative;
}

.nav_sec .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  height: 21px;
  top: 30%;
  right: -1px;
  border-right: 1px solid #eaeaea;
}

.nav_sec .navbar-nav li:last-child .nav-link:before {
  border: none;
}

.nav_sec .navbar-nav li:last-child .nav-link {
  margin-right: 0px;
}

.nav_sec .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
}

.nav_sec .navbar-nav .nav-link i {
  min-width: 20px;
  line-height: 10px;
  margin-right: 5px;
  display: none;
}

/* .nav_sec .navbar-nav .nav-item:last-child .nav-link {
  border-right: 1px solid #092540;
} */

.nav_sec .navbar-nav .nav-item.show .nav-link.dropdown-toggle {
  background: #fff;
}

.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-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;
}

.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: 600;
}
.megamenu ul li a:hover {
  text-decoration: none;
  color: #17a2b8;
}
.menu-large .nav-link.dropdown-toggle: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 li.active .nav-link {
  border-bottom-color: #17a2b8;
  background: #fff;
  color: #17a2b8;
}
.nav_sec .navbar-nav .nav-item .nav-link:hover,
.nav_sec .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle {
  background: transparent;
}
.nav_sec .navbar-nav .dropdown-menu {
  min-width: 100%;
  border-radius: 0px;
  padding: 0rem;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.nav_sec .navbar-nav .dropdown-menu li {
  display: block;
}
.nav_sec .navbar-nav .dropdown-menu .dropdown-item {
  color: #00014e;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #eee;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: #17a2b8;
  color: #fff !important;
}
.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;
  max-height: 52px;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  background: #234a83;
  color: #fff;
}
.events-ticker h4 {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  min-width: 100%;
}
.events-ticker h4 span {
  background: #17a2b8;
  padding: 10px 15px;
  position: absolute;
  top: -8px;
  left: 0px;
  z-index: 9;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #fff;
}

.events-ticker h4 span:after {
  content: " ";
  position: absolute;
  right: -7px;
  top: 12px;
  border-top: 7px solid transparent;
  border-right: none;
  border-left: 7px solid #17a2b8;
  border-bottom: 7px solid transparent;
}
.marquee-with-options a {
  margin-right: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.marquee-with-options a:hover {
  color: #7aaedd;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
  width: 100%;
  overflow: hidden;
}
.marquee-with-options {
  padding: 7px;
  margin-top: -24px;
  max-height: 42px;
  overflow: hidden;
}

.marquee-with-options a:after {
  content: "||";
  position: absolute;
  right: -15px;
  top: -4px;
  color: #7aaedd;
}

/*Custom File Upload Css By: Bikash Bhandari*/
.file-upload {
  display: block;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 14px;
}
.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: 9px;
  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 {
  min-height: 10px !important;
  background: #f7f7f7;
}

.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: #034da2;
  display: inline-block;
  position: relative;
  padding: 0px 0px;
  display: block;
  background: #f7f7f7;
  padding-right: 10px;
}

.logo_sec::before {
  content: "";
  height: 100%;
  width: 90%;
  background: #f7f7f7;
  display: block;
  position: absolute;
  right: 95%;
}

.logo_img,
.logo_text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.logo_text small {
  padding-bottom: 10px;
  font-size: 15px;
  color: #004a89;
}

.logo_text small,
.logo_text span,
.logo_text b {
  display: block;
  line-height: 20px;
}

.logo_text span {
  font-size: 24px;
  font-weight: 600;
}

.logo_text {
  max-width: 70%;
}

.logo_text b {
  font-size: 24px;
  line-height: 30px;
  color: #034da2;
}

.logo_sec:hover,
.top-row .left-box ul li a:hover,
.top-row .left-box ul li.active a {
  text-decoration: none;
  color: #034da2;
}

.top-row .left-box ul li.active a {
  font-weight: 600;
}

.logo_sec:hover small {
  color: #034da2;
}

.logo_img {
  max-height: 125px;
  min-width: 100px;
  text-align: center;
  background: #f7f7f7;
}

/*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: 90px;
  max-width: 100%;
  padding: 5px 0px 0px 0px;
  margin-bottom: -10px;
  /* box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%); */
}

.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 li a {
  color: #034da2;
}

.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;
  padding-left: 20px;
}

.right-box form {
  padding-right: 0px;
  margin-top: 15px;
}

.right-box ul li {
  border-left: 1px solid #cce1f1;
  font-size: 15px;
  color: #034da2;
  margin-right: 10px;
}

.right-box ul li a {
  font-weight: 500;
}

.right-box ul li:first-child {
  border: 0;
}

.language_sec {
  position: relative;
  padding-top: 15px;
  text-align: left;
}

.language_sec li {
  border: none;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}

.language_sec li a {
  display: block;
}

.language_sec li a em {
  font-style: normal;
}

.gov_logo figure {
  margin: 0px;
}

.gov_logo figure img {
  max-height: 75px;
  max-width: 100%;
}

.main_logo,
.gov_logo,
.header-right,
.header-right ul,
.gov_logo,
.social_sec li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.main_logo {
  width: 25%;
}

.header-right {
  width: 72%;
  padding-top: 0px;
  text-align: right;
}

.gov_logo {
  min-width: 15%;
  text-align: right;
  margin-top: -25px;
}
.header-right ul {
  padding: 0px;
  margin: 0px;
  margin-top: -20px;
}
.header-right ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  color: #123456;
  padding-left: 14px;
  padding-right: 15px;
}
.header-right ul li i {
  padding-right: 5px;
}
.header-right ul li a {
  color: #123456;
}
.header-right ul li:first-child {
  border-right: 1px solid #d9e0e3;
  padding-left: 0px;
}
.header-right ul li:last-child {
  padding-left: 60px;
  padding-right: 20px;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  width: 60px;
  height: 35px;
  margin: -20px auto 0 auto;
  overflow: hidden;
  background: transparent;
  border: 1px solid #e1ecff;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 3 */
#button-3 .knobs:before {
  content: "EN";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 7px 4px;
  background-color: #034da2;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -20px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: "NP";
  left: 27px;
  background-color: #f44336;
}

#button-3 .checkbox:checked ~ .layer {
  background-color: #fff;
}

.nav_sec .navbar-nav .nav-link:hover {
  color: #17a2b8;
  background: #fff;
  z-index: 200;
}

.nav_sec .navbar-nav .nav-item.active {
  color: #17a2b8;
  background: #fff;
  z-index: 200;
}

/* Elastic hover animation */
@-webkit-keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}

@-moz-keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}

@keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}

#banner {
  width: 100%;
  position: relative;
  background: #f7f7f7;
}
#banner img {
  display: block;
  width: 100%;
}
#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;
  margin-right: 30px;
}
.main-banner .owl-carousel .owl-item figure,
.main-banner .owl-carousel .owl-item img {
  text-align: center;
}
.main-banner .caption-text {
  position: absolute;
  bottom: 5%;
  right: 0%;
  text-align: left;
  color: #234a83;
  font-family: "Lora", serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.main-banner .caption-text h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 5px 15px;
  background: #fff;
  color: #234a83;
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
  font-family: "Lora", serif;
}

.banner-carousel {
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}
.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 .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  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: #fff;
}

.mid_part {
  padding: 30px 0px 0px 0px;
}
.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: #234a83;
}
a:hover .card-title {
  color: #17a2b8;
}
/* .dash_info{} */
.dash_info .card-header {
  font-size: 24px;
  color: #17a2b8;
  font-weight: 600;
  padding: 5px 15px;
}
.dash_info .card-header i,
.card-header h4 i,
.my-ttl h4 i {
  color: #006699;
}
.dash_info ul.dash_list {
  padding-left: 0px;
  text-align: center;
}
.dash_info ul.dash_list li {
  display: inline-block;
  position: relative;
  width: 24%;
  border: 1px solid #ddd;
  text-align: left;
  padding: 5px 10px;
  color: #fff;
  background: #2460b9;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: 600;
}
.dash_info .card-body span.counter {
  font-size: 16px;
  color: #17a2b8;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  text-align: right;
  border-radius: 4px;
}

.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: 600;
}
.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 {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.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;
}

.activities {
  padding: 60px 0px;
  position: relative;
  background: url(../images/tour_pogada.jpg) no-repeat center center;
  background-attachment: fixed;
}
.activities:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.activity_inner {
  position: relative;
  z-index: 2;
}
.activities .my-ttl,
.activities .my-ttl p {
  z-index: 2;
  position: relative;
}
.activities .my-ttl h4 {
  color: #fff;
  border-left-color: #fff;
}
.activities .my-ttl p {
  color: #fff;
}

.activity_box {
  display: block;
  text-align: center;
  padding: 20px 15px 10px 15px;
  background: #fff;
  margin-top: 30px;
  border-radius: 4px;
  color: #17a2b8;
}
.activity_box span {
  font-size: 1.9rem;
  border-radius: 50%;
  display: flex;
  height: 60px;
  width: 60px;
  border: 1px solid #17a2b8;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.activity_box h5 {
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
  color: #17a2b8;
  font-weight: 500;
}
.activity_box:hover span {
  border-color: #fff;
}
.activity_box:hover {
  background: #17a2b8;
  color: #fff;
}
.activity_box:hover h5 {
  color: #fff;
}

.tour_433 {
  padding: 60px 0px;
  position: relative;
}
.tour_box {
  display: block;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  background: #fff;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  top: 0;
  transition-property: color, background-color, border-color, box-shadow,
    transform, top;
}
.tour_box figure,
.tour_box h5 {
  margin: 0px;
}
.tour_box figure {
  max-height: 180px;
  overflow: hidden;
}
.tour_box h5 {
  padding: 20px;
  color: #123456;
}
.tour_box:hover {
  background-color: #fff;
  top: -5px;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.06);
}

/*Start Member Css*/
.home_members {
  margin: 5px 0 30px 0;
}
.home_members .members {
  text-align: center;
}
.member_info {
  background: #fff;
  padding: 15px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0 solid #eee;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.member_info:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 45%;
  border-width: 15px 0px 15px 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: -45deg;
}
.home_members .members img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  -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);
  -webkit-box-shadow: 0px 5px 5px 0px rgb(80 80 80 / 30%);
  box-shadow: 0px 5px 5px 0px rgb(80 80 80 / 30%);
}
.home_members h6 {
  font-weight: 600;
  padding-bottom: 5px;
}
.member_single h6,
.member_single p,
.member_multiple h6,
.member_multiple p {
  font-size: 16px;
  color: #17a2b8;
  margin-bottom: 0px;
  line-height: 28px;
}
.member_single,
.member_multiple {
  text-align: center;
}
.member_single p small,
.member_multiple p small {
  color: #666;
  word-break: break-all;
  line-height: 10px;
  display: block;
}
.member_single p.add_desi,
.member_multiple p.add_desi {
  color: #ab1c3a;
}
.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 #dcdcdc;
}

.useful-link {
  padding: 0;
  margin: 0;
}
.useful-link li {
  list-style: none;
  display: inline-block;
  width: 31.9%;
  margin: 4px;
}

.useful-link li a {
  display: block;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
}
.useful-link li a i {
  font-size: 24px;
  min-width: 30px;
}
.useful-link li a:hover {
  color: #2460b9;
  background: none;
}

.tab_sec .nav-tabs li a {
  font-size: 18px;
  font-weight: 600;
}
.item-inner .card-meta {
  font-size: 15px;
  margin-top: -10px;
}
.item-inner .card-title {
  padding-top: 10px;
  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: -25px;
}
.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-next {
  position: absolute;
  right: -25px;
}
.tab_sec .owl-nav .owl-prev,
.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-prev,
.vdo_sec .owl-nav .owl-next {
  /*background:rgba(36, 96, 185, 0.5) !important;*/
  color: #2460b9 !important;
  min-width: 30px !important;
}
.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: 15px;
  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: #17a2b8;
}
.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: #17a2b8;
  border-radius: 10px;
  left: 10%;
  top: 100%;
}
.sewa .card-body h5:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: #17a2b8;
  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: 30px 0px;
}
.gallery .owl-nav {
  text-align: right;
}
.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: -15px;
  right: 10px;
}
.gallery .owl-nav button {
  margin-left: 5px !important;
}
.gallery .item-inner .card-title {
  padding-top: 0px !important;
}

.bikash_gallery {
  background: #f5f5f5;
  padding: 60px 0px;
}
.bikash_gallery .box {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #4fc3f7;
  min-height: 80px;
}

.bikash_gallery .box .caption {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0 10px 15px;
  background: #fff;
}
.bikash_gallery .box .caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #17a2b8;
}
.bikash_gallery .box .caption h6 a {
  color: #2460b9;
  font-weight: 500;
  position: relative;
}
.bikash_gallery .box .caption span {
  display: block;
  font-size: 14px;
  line-height: 12px;
  color: #567890;
  padding: 0 0 4px;
  position: relative;
}
.bikash_gallery .box:hover img {
  opacity: 0.4;
}
.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 {
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.bikash_gallery .box img {
  max-width: 100%;
  max-height: 260px;
}
.bikash_gallery .box:hover .caption h4 a {
  color: #17a2b8;
}

.footer_image figure {
  margin: 0px;
}
.footer_image figure img {
  width: 100%;
}
/*------ Footer CSS -------*/
.footer-top {
  color: #fff;
  padding: 20px 0px;
  background: #030a27;
  background-attachment: fixed;
  background-position: center;
}
.footer-top h4 {
  color: #fff;
  padding-bottom: 20px;
  margin-top: 30px;
}
.footer_abt img {
  max-width: 100%;
  max-height: 90px;
  margin-bottom: 20px;
}
.footer_text {
  color: #fff;
}
.footer-top a {
  color: #fff;
}
.footer-top ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer-top ul li {
  line-height: 30px;
  padding-top: 10px;
  list-style-type: none;
}
.footer-top ul li a:hover {
  color: #17a2b8;
}
.footer-bottom {
  padding: 10px 0px;
  color: #fff;
  background: #0b3c7b;
}
.footer-bottom a {
  color: #9ec2ff;
  padding: 0px 5px;
  display: inline-block;
  position: relative;
}
.footer-bottom a:hover {
  color: #fff;
}
.contact_person figure {
  margin-bottom: 0px;
  margin-top: 6px;
}
.contact_person figure img {
  height: 92px;
  width: 92px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  background: #fff;
}
.contact_person ul {
  padding-left: 0px;
}
.contact_person ul li {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

.footer_banner_sec {
  padding-left: 0px;
}
.scroll-window-anim {
  border: 7px solid #0a3950;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  width: 100%;
}
.footer-banner-bg-scroll {
  background-size: contain !important;
  height: 300px;
  width: 5000px;
  animation: footer-banner-bg-scroll 120s linear infinite;
}
@keyframes footer-banner-bg-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}

.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;
}

.vdo_sec iframe {
  height: 250px;
}

.inner_page {
  background: #fff;
  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: 30px 0px 30px 0px;
}
.dtl_sec p {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}
.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;
}
.dwn_box a i {
  font-size: 18px;
}
#basicModal ul li span {
  color: #2460b9;
}
#basicModal ul {
  padding-left: 15px;
  color: #000;
}
#basicModal ul li span {
  font-weight: 600;
}
.dwn_box span.ttl,
.dwn_box div.ttl {
  font-weight: 600;
}
.card.dwn_box {
  margin-bottom: 30px;
  margin-top: 0px;
}
.dwn_box .card-body {
  padding: 0.9rem 1.25rem;
}
.dwn_box .card-body:hover {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.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 #7aaedd;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
} */
.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 .card-body h6 {
  font-size: 14px;
  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: #222;
  padding: 0 12px 0 0;
  font-weight: 600;
  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: 16px;
  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;
}
.widget-box {
  padding-bottom: 15px;
  margin-top: 15px;
  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%);
}
.widget-box h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 5px 5px 5px 2px;
  color: #234a83;
  background: #fff;
  border-bottom: 1px solid #e1ecff;
  font-weight: 600;
  text-transform: capitalize;
}
.widget-box h3 span{
  display: inline-block;
  position: relative;
  padding: 0px 5px 5px 5px;
  color: #234a83;
  border-bottom: 1px solid #e37000;
  margin-bottom: -6px;
  font-size: 20px;
}
.widget-box h3 i {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.widget-box small {
  color: #999;
}
.side-widget {
  /*float: left;*/
  width: 100%;
}
.side-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /*float: left*/
}
.side-widget ul li {
  overflow: hidden;
  border-top: 1px dashed #aaa;
  padding: 10px 1px 10px 10px;
  font-size: 16px;
}
.side-widget ul li:first-child {
  padding: 0px 1px 10px 10px;
  border: 0;
}
.side-widget ul li:last-child {
  padding: 10px 1px 0px 10px;
}
.side-widget .thumb {
  float: left;
  background: #f6f8fa;
  margin: 0 10px 0 0;
  overflow: hidden;
  min-width: 80px;
  text-align: center;
}
.side-widget .thumb a {
  display: block;
}
.side-widget .thumb img {
  max-height: 70px;
  max-width: 80px;
}
.side-widget .text-area {
  overflow: hidden;
  float: left;
  width: 70%;
}
.side-widget .text-area a {
  display: block;
  text-decoration: none;
  max-height: 75px;
  overflow: hidden;
}
.side-widget .text-area span {
  display: block;
  color: #999;
  font-size: 80%;
}
.side-widget .text-area span .fa {
  padding: 0 9px 0 0;
}
.side-widget ul li:hover .thumb img,
.news-section .box:hover .frame img {
  opacity: 0.5;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/*Hover Css Start*/
.item-inner .card-title:hover,
.tab_sec .owl-nav .owl-prev:hover,
.tab_sec .owl-nav .owl-next:hover {
  color: #17a2b8 !important;
}
.right-box ul li a:hover {
  color: #2460b9;
}
.gallery .owl-nav button:hover {
  background: #17a2b8 !important;
}
.dash_info .white-box:hover,
.member_single:hover img,
.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;
} */

.contact_page {
  padding-top: 0px !important;
}
.location_map iframe {
  border-color: #17a2b8;
  margin-top: 15px;
}

.contact_us_inner h4 {
  margin-top: 30px;
  color: #2460b9;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: 24px;
}
.contact_us_inner form label {
  font-weight: 500;
  color: #000;
}
.contact_address {
  color: #000;
}
.contact_address .row {
  margin-top: 60px;
}
.contact_address p {
  margin-bottom: 5px;
}
.contact_address i {
  font-size: 48px;
  color: #17a2b8;
  margin-top: 5px;
}
.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 {
  padding: 60px 0px;
}
.cms-text p {
  text-align: justify;
}
.card-header h4,
.ministry_sec .card-body h4,
.my-ttl h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #034da2;
  margin-bottom: 25px;
  text-transform: capitalize;
  border-left: solid 10px #034da2;
  padding-left: 15px;
}

.mid_part .my-ttl h4 {
  font-size: 30px;
}
.dtl_sec .card-header h4,
#sidebar .card-header h4,
.download-list .card-header h4 {
  border: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 30px;
}
#sidebar .card-header h4 {
  font-size: 1.5rem;
}
.dtl_sec .card-header h4 i,
#sidebar .card-header h4 i,
.download-list .card-header h4 i {
  display: none;
}
#sidebar .card-body {
  padding-bottom: 0px;
}
.cms-text .btn-sm {
  border-radius: 100px;
  float: right;
  font-size: 14px;
  padding: 2px 20px;
}
.ministry_sec figure {
  text-align: center;
}
.ministry_sec .owl-carousel .owl-item img {
  max-height: 220px;
  max-width: 100%;
  width: auto;
  border: 1px solid #7aaedd;
  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: #17a2b8;
}
.ministry_sec h5 {
  width: 100%;
  color: #005dac;
  font-style: italic;
  font-weight: 600;
  background: #fff;
  padding: 10px;
}
.ministry_sec h5 span {
  font-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ministry_sec.ministry_dtl h5 {
  position: relative;
  bottom: 0;
  left: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #17a2b8;
}
.ministry_sec .card-body .ministry-carousel {
  min-height: 250px;
}
.feedback {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
  padding: 15px 8px;
  margin-bottom: 30px;
}
.useful-link {
  padding: 0;
  margin: 0;
}
.useful-link li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  width: 32.2%;
  height: 60px;
  line-height: 60px;
  margin: 4px;
  background: #fbfbfb;
  float: left;
  overflow: hidden;
}
.useful-link li h4 {
  margin-bottom: 0px;
  line-height: 40px;
  color: #234a83;
  font-size: 20px;
  font-weight: 600;
}
.linkBox {
  height: 74px;
}
.useful-link li a {
  color: #234a83;
  display: block;
  padding: 10px 10px;
}
.useful-link a i {
  float: left;
  font-size: 2em;
  padding-top: 5px;
  width: 50px;
  margin: 0;
  color: #017e58;
  text-align: center;
}
.linkBox span {
  width: 75% !important;
}

.bikash_tabs {
  /* -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  padding: 60px 0px; */
}
.bikash_tabs .nav-tabs {
  border: none;
}
.bikash_tabs .nav-tabs li {
  color: #fff;
  text-align: center;
  border-radius: 0 !important;
  border: 0 !important;
  margin-right: 15px;
}
.bikash_tabs .nav-tabs li a {
  background-color: #c2c4c6;
  color: #123456;
  text-align: center;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 5px 15px;
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}
.bikash_tabs .nav-tabs li:last-child a {
  margin-right: 0px;
}
.bikash_tabs .nav-tabs li a:hover {
  background: #17a2b8;
  color: #fff;
}
.bikash_tabs .nav-tabs li a.active,
.bikash_tabs .nav-tabs li a.active:focus {
  background-color: #17a2b8;
  color: #fff;
  border-radius: 0;
}
.bikash_tabs .nav-tabs li a.active:hover {
  cursor: inherit;
}

.bikash_tabs .nav-tabs li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bikash_tabs .nav-tabs li a.active:after {
  border-top: 6px solid #17a2b8;
}

.bikash_tabs .tab-content {
  background: transparent;
  border: 0 solid #eee;
  border-top: 0;
}
.bikash_tabs .tab-pane {
  background-color: transparent;
}

.bikash_tabs .tab-content ul {
  padding: 0px;
  list-style-type: none;
}
.bikash_tabs .tab-content ul li {
  padding-bottom: 15px;
}
.bikash_tabs .tab-content ul li:last-child {
  padding-bottom: 0px;
}
.bikash_tabs .tab-content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #123456;
}
.bikash_tabs .tab-content ul li a:hover {
  color: #17a2b8;
}
.bikash_tabs .tab-content ul li em {
  color: #007bff;
  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 {
  float: right;
  margin-top: -10px;
  border-radius: 100px;
}

.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: #17a2b8;
  border-color: #17a2b8;
}
.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: #17a2b8;
}
.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 #17a2b8;
}
.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: #123456;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
}
.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;
}
/*.staff_inner .nav-pills .nav-link:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #17a2b8;
    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: #17a2b8;
  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: #17a2b8;
}
.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;
}

#myModal2 .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;
}
#myModal2 .modal-content figure {
  margin-bottom: 0px;
}
.dwn_box .card-body h6 {
  font-size: 14px;
  padding-top: 10px;
}

#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: #17a2b8;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.download-list .bikash_tabs .nav-tabs li a {
  font-size: 16px !important;
  padding: 5px 10px !important;
}

/*New CSS 2021-12-02 By:  Bikash Bhandari*/
.nav_sec.eng_menu .navbar-nav .nav-link {
  padding: 0.2rem 1.7rem;
}
.mid-right-link {
  padding-right: 10%;
  padding-top: 10px;
  padding-left: 0px;
}
.mid-right-link li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.mid-right-link img {
  max-height: 75px;
  max-width: 100%;
  margin-right: 30px;
}
.training_link {
  position: relative;
}
.training_link a {
  font-size: 18px;
  background: #17a2b8;
  color: #fff;
  padding: 6px 30px;
  border: 2px solid #cce1f1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
  font-weight: 600;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
    background-color: #17a2b8;
  }
  25% {
    opacity: 0.9;
    background-color: #006699;
  }
  50% {
    opacity: 0.9;
    background-color: #006699;
  }
  75% {
    opacity: 1;
    background-color: #17a2b8;
  }
  100% {
    opacity: 1;
    background-color: #17a2b8;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
    background-color: #17a2b8;
  }
  25% {
    opacity: 0.9;
    background-color: #006699;
  }
  50% {
    opacity: 0.9;
    background-color: #006699;
  }
  75% {
    opacity: 1;
    background-color: #17a2b8;
  }
  100% {
    opacity: 1;
    background-color: #17a2b8;
  }
}

.training_link a:hover {
  background: #17a2b8 !important;
}

.faq_accordian h3 button {
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  border-radius: 0px;
  text-decoration: none !important;
  font-size: 18px;
  color: #17a2b8;
}
.faq_accordian .faq_desc {
  padding: 15px;
  border: 1px solid #ddd;
}
.faq_accordian h3 button.btn-link.collapsed {
  color: #123456;
}
.faq_accordian h3 button:hover,
.faq_accordian h3 button.btn-link.collapsed:hover {
  color: #17a2b8;
}
.sewa .card-body a.btn-primary {
  /* display: inline-block; */
  position: relative;
  margin-top: 30px;
  float: right;
}
.top-row {
  background: #4267b2;
  background-attachment: fixed;
  background-position: center;
  background: url(../images/footer1.png) repeat;
  padding: 2px 0px 3px 0px;
  display: block;
}
.left-box {
  padding: 30px 0 0 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.left-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.left-box ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #eee;
  color: #123456;
  font-size: 13px;
}
.left-box ul {
  margin-bottom: 0px;
}
.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;
}

.social-head ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: -2px;
}
.social-head ul li {
  display: block;
  position: relative;
}

.social-head ul li a {
  font-size: 20px;
  line-height: 15px;
  color: #fff;
  display: inline-block;
  background: #7aaedd;
  padding: 3px 6px;
}
.social-head ul li a:hover {
  background: #17a2b8;
}

.right-box ul li.check-mail {
  border: 0;
}
.right-box ul li.check-mail a {
  border-radius: 100px;
  padding: 2px 10px;
  background: #fff;
  margin-left: 15px;
}

.social-head {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 3;
}

.social-box iframe {
  height: 220px;
}


.go_dtl, .dtl_sec{padding-top: 60px;}
.icon_tag, .col_blue{color: #7aaedd;}
.font_36{font-size: 36px;}


.dtl_sec .card, .go_dtl .card{background: transparent; padding: 0; border: 0; box-shadow: none;}
.dtl_sec .card-header, .go_dtl .card-header{border: none; background: none; padding: 0; padding-bottom: 30px;}
.dtl_sec .card-body, .go_dtl .card-body{padding: 0;}
.dtl_sec .card-body figure{display: inline-block; position: relative; float: left; margin: 10px 20px 10px 0px;}
.dtl_sec .card-body img{max-width: 100%; max-height: 500px; border: 1px solid #e1ecff; padding: 1px;}

.dtl_sec .card-body .cms_content ul {
  background-color: #f4fbff;
  padding: 30px;
  border-radius: 9px;
}

.dtl_sec .card-body .cms_content ul li {
  color: #123456;
  text-shadow: -0.075em 0 0 rgba(48, 48, 48, 0.1);
  list-style-type: none;
  position: relative;
  padding-left: 5px;
  padding-top: 5px; padding-bottom: 5px;
}
.dtl_sec .card-body .cms_content ul li:after {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background: #9eb9dc;
  position: absolute;
  left: -20px;
  top: 10px;
  border: 2px solid #fff;
}

.go_dtl .cms_content ul li{list-style-type: disc;}








@media only screen and (max-width: 1199px) {
  .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: 33%;
  }
  .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: 14px;
  }
  .ministry_sec h5 span,
  .useful-link li h4,
  .contact_us_inner h4,
  .staff_inner .card-header h4 {
    font-size: 18px;
  }
  .widget-box h3 {
    font-size: 16px;
  }
  .widget-box h3 i {
    font-size: 24px;
  }
  .useful-link li {
    width: 32%;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 20px;
  }
  .logo_sec.logo_eng .logo_text span {
    font-size: 16px;
  }
  .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.5rem 0.9rem;
  }
  .logo_text b {
    font-size: 20px;
  }
  .logo_text span {
    font-size: 15px;
  }
  .mid-right-link img {
    margin-right: 10px;
  }
  .mid-right-link {
    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/topbg.png) no-repeat bottom right 0px,
      url(../images/np-flag.gif) no-repeat bottom right 0px !important;
    min-height: 110px !important;
    background-size: auto 120px !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;
    right: auto;
    left: 48%;
    bottom: 20px;
  }
  .navbar-dark .navbar-toggler:hover {
    background: #17a2b8;
  }
  .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;
  }
  .left-box ul li {
    padding: 0px 5px;
  }
  .right-box ul li.check-mail a {
    margin-left: 5px;
  }
  .dash_info ul.dash_list li {
    width: 49%;
  }
  .main-banner .caption-text h2,
  .bikash_tabs .tab-content ul li a {
    font-size: 14px;
  }
  .bikash_tabs .nav-tabs li a,
  .bikash_tabs .nav-tabs li a i {
    font-size: 16px;
  }
  .bikash_tabs .nav-tabs li a i {
    display: inline-block;
    vertical-align: baseline;
  }
  .main-banner .caption-text h2 {
    padding: 10px;
  }
  .bikash_tabs .nav-tabs li {
    width: 32% !important;
  }
  .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: 0px;
    padding-bottom: 10px;
  }
  header {
    background: url(../images/topbg.png) no-repeat bottom right 0px,
      url(../images/np-flag.gif) no-repeat top right 0px !important;
  }
  header .text-right {
    text-align: left !important;
  }
  .mid-right-link img {
    max-height: 60px;
  }
  .logo_text b {
    font-size: 30px;
  }
  .logo_text span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-dark .navbar-toggler {
    left: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .nav_sec {
    background: none !important;
    border: 0 !important;
  }
  header {
    min-height: 190px !important;
  }
  .useful-link li {
    width: 48.2%;
  }
  .left-box ul li {
    display: none;
  }
  .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: 2px;
  }
  .download-list .bikash_tabs .nav-tabs {
    width: 120px;
    float: left;
  }
  .download-list .bikash_tabs .nav-tabs li a {
    text-align: left;
  }
  .events-ticker {
    border-top: 1px solid #2460b9;
  }
}
@media only screen and (max-width: 640px) {
  .logo_text b {
    font-size: 24px;
  }
  .logo_text span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
  .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 {
    font-size: 16px;
  }
  .dwn_box span.ttl,
  .dwn_box div.ttl,
  .dwn_box a i {
    font-size: 14px;
  }
  .dwn_box .card-body h6 {
    font-size: 13px;
  }
  .dash_info .card-body 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;
  }

  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/topbg.png) no-repeat bottom left 0px,
      url(../images/np-flags.gif) no-repeat top 30px right 30px !important;
    min-height: 60px !important;
    background-size: auto 75px !important;
  }
  .navbar-dark .navbar-toggler {
    left: 80%;
  }
  .mid_part {
    padding-top: 15px;
  }
  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p {
    font-size: 14px;
  }
  .dtl_sec p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 481px) {
  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/topbg.png) no-repeat bottom left 0px,
      url(../images/np-flags.gif) no-repeat top 30px right 30px !important;
    min-height: 60px !important;
    background-size: auto 75px !important;
  }
  .logo_text b {
    line-height: 34px;
  }
  .logo_text b {
    font-size: 20px;
  }
  .logo_text span {
    font-size: 15px;
  }
  .dash_info ul.dash_list li {
    font-size: 14px;
  }
  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p {
    font-size: 13px;
  }
  .side-widget .text-area {
    width: 75%;
  }
  .dash_info .card-body span.counter {
    padding: 2px 5px;
  }
  .logo_sec img {
    max-height: 60px;
  }
  .logo_text b {
    line-height: 24px;
  }
  .logo_text {
    padding-left: 5px;
  }

  .download-list .bikash_tabs .nav-tabs {
    width: 100%;
    float: none;
  }
  .download-list .bikash_tabs .tab-content {
    padding: 15px 0px 0px 0px;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 18px;
  }
  .logo_sec.logo_eng .logo_text span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 481px) {
  .mid-right-link img {
    max-height: 50px;
  }
  .navbar-dark .navbar-toggler {
    bottom: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .logo_text b {
    font-size: 18px;
  }
  .logo_text b {
    line-height: 24px;
  }
  .logo_text span {
    font-size: 14px;
  }
  .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;
  }
  .navbar-dark .navbar-toggler {
    bottom: 16px;
    padding: 0.15rem 0.25rem;
  }
}
@media only screen and (max-width: 386px) {
  .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;
  }
  .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_info .card-body span.counter,
  .bikash_gallery .box .caption h6 a {
    font-size: 14px;
  }
  .main-banner .caption-text h2,
  .bikash_tabs .tab-content ul li a,
  .dash_info ul.dash_list li,
  .footer-top a,
  .nav_sec .navbar-nav .nav-link,
  .marquee-with-options a,
  .events-ticker h4 span,
  .ministry_sec h5,
  .side-widget ul li {
    font-size: 13px;
  }
  .contact_person ul li,
  .footer-bottom {
    font-size: 12px;
  }
  .contact_person ul li {
    line-height: 20px;
  }
  .side-widget .text-area {
    width: 70%;
  }
  .dash_info .card-body span.counter {
    min-width: 60px;
  }
  .logo_sec.logo_eng .logo_text b {
    font-size: 14px;
  }
  .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;
  }
}

@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: 14px;
  }
  .logo_text span {
    font-size: 11px;
  }
}

.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 {
  border: none;
  font-size: 14px;
  background: #2460b9;
  color: #fff;
  border-radius: 100px;
  padding: 2px 15px;
  font-weight: 500 !important;
  position: relative;
}
.phy_tabs .nav-tabs li .nav-link:hover {
  background: #008cba;
}
.phy_tabs .nav-tabs li .nav-link.active {
  background: #ee1d25;
}
.phy_tabs .nav-tabs li .nav-link.active:after {
  position: absolute;
  top: 100%;
  content: "";
  content: "";
  border-top: 9px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 45%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #ee1d25;
  z-index: 1;
}

@media only screen and (max-width: 1500px) {
  .side-widget .thumb {
    min-width: 52px;
  }
  .side-widget .thumb img {
    max-width: 50px;
  }
  .side-widget .text-area {
    width: 65%;
  }
}

@media (min-width: 1400px) {
  .vdo_sec iframe {
    height: 300px;
  }
  .social-box iframe {
    height: 280px;
  }
}
@media (min-width: 1500px) {
  .vdo_sec iframe {
    height: 350px;
  }
  .social-box iframe {
    height: 330px;
  }
}
@media (min-width: 1600px) {
  .vdo_sec iframe,
  .social-box iframe {
    height: 400px;
  }
}
