/*!------------------------------------------------------------------
[MAIN STYLESHEET]
Powered By:	Tejobindu Solutions Pvt.Ltd.
VERSION: V4.3.1	
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Front-End Design And Developed By: Bikash Bhandari]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #818385;

  background-color: #fff;
  width: 100%;
  overflow-x: hidden !important;

}

/*.container{max-width: 90% !important;}*/
p,
.paragraph {
  font-weight: 400;
  color: #172231;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}

a {
  color: #265cc0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: 'Merriweather', 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;
}

.pb-60 {
  padding-bottom: 60px;
}

/* Button style */
.btn {
  font-size: 15px;
  text-transform: inherit;
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-lg {
  font-size: 20px;
  padding: 19px 35px;
}

.btn-md {
  font-size: 18px;
  padding: 17px 30px;
}

.btn-sm {
  font-size: 14px;
  padding: 2px 20px;
}

.btn-primary {
  background: #0392ce;
  color: #fff;
  border-color: #304782;
}

.btn-primary:active {
  background: #e9010e !important;
  border-color: #e9010e;
}

.btn-primary:hover {
  background: #e9010e;
  border-color: #e9010e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e9010e;
  border-color: #e9010e;
}

.btn-gray {
  background: #f5f6fa;
  color: #172231;
  border-color: #f5f6fa;
}

.btn-gray:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-gray:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6b9c2e;
  border-color: #6b9c2e;
}

.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}

.btn-secondary:active {
  background: transparent !important;
  color: #86c33a;
}

.btn-secondary:hover {
  background: transparent;
  color: #86c33a;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #86c33a;
  background-color: transparent;
  border: 0;
}

.btn-primary-outline {
  background: transparent;
  color: #172231;
  border: 2px solid #172231;
}

.btn-primary-outline:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-primary-outline:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #172231;
  border-color: #e7e7e7;
}

.btn-light:active {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}

.btn-light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-alt:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-light-alt:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-light-outline:active {
  background: #6b9c2e !important;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-light-outline:hover {
  background: #6b9c2e;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-arrow {
  transition: 0.2s ease;
}

.btn-arrow::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  left: calc(85% + 5px);
  transition: 0.2s ease;
}

.btn-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  transition: 0.2s ease;
  left: 85%;
}

.btn-arrow:hover::before {
  left: calc(85% + 10px);
  border-color: #86c33a;
}

.btn-arrow:hover::after {
  width: 20px;
  background: #86c33a;
}

/* hover effect */
.hover-ripple {
  transition: 0.2s ease-in;
}

.hover-ripple:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.hover-ripple:hover::after {
  -webkit-animation: sonarEffect 1s ease-out 50ms;
  animation: sonarEffect 1s ease-out 50ms;
}

.hover-ripple::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
  -webkit-animation: sonarEffectWhite 1s ease-out 50ms;
  animation: sonarEffectWhite 1s ease-out 50ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

body {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden !important;
}

::-moz-selection {
  background: #9ed060;
  color: #fff;
}

::selection {
  background: #9ed060;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  color: #007bff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0 !important;
}

a:hover {
  color: #e9010e;
  outline: 0 !important;
}

a.text-white:hover,
a.text-light:hover {
  color: #e9010e !important;
  outline: 0 !important;
}

a h4:hover,
a h5:hover {
  color: #e9010e;
  outline: 0 !important;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.overlay-secondary {
  position: relative;
}

.overlay-secondary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #252d39;
  opacity: 0.85;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #0392ce !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: "Poppins", sans-serif !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover {
  text-decoration: none !important;
}

.border-md-right {
  border-right: 1px solid;
}

@media (max-width: 767px) {
  .border-md-right {
    border: 0;
  }
}

.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.water-wave::before {
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

/* google map */
#map_canvas {
  height: 500px;
}

/* form control */
.form-control {
  height: 34px;
  padding: 0 15px;
  font-size: 0.9em;
}

.form-control-sm {
  height: 28px;
}

.form-control:focus {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  border-color: #1a76d1 !important;
}

.focus-shadow-none {
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-sm {
  height: 100px;
}

/* /form control */

/* navigation */
.navigation {
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
}

.navbar {
  padding: 0;
  background: #265CC0;
  -webkit-box-shadow: 0px 9px 9px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 9px 9px 5px rgb(0 0 0 / 5%);
  box-shadow: 0px 9px 9px 5px rgb(0 0 0 / 5%);
}

.navbar .navbar-nav {
  margin-left: auto;
  width: 100%;
  text-align: center;
}

.navbar-collapse {
  /*padding-bottom: 10px;*/
  transition: 0.2s ease;
}

.navbar .nav-item .nav-link {
  /*text-transform: uppercase;*/
  font-weight: 500;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav_sec .navbar-nav li {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.nav_sec .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0.025rem;
}

.nav_sec .navbar-nav .nav-link i {
  min-width: 25px;
  font-size: 15px;
  line-height: 10px;
}

.nav_sec .navbar-nav .nav-item.show .nav-link.dropdown-toggle {
  background: #fff;
  color: #000;
  border-bottom-color: #e9010d;
}

.nav_sec .dropdown-submenu {
  position: relative;
}

.nav_sec .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.nav_sec .dropdown:hover>.dropdown-menu {
  display: block;
}

.nav_sec .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.nav_sec .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.nav_sec .dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.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: #e9010e;
}

.menu-large .nav-link.dropdown-toggle:hover,
.nav_sec .navbar-nav .nav-item .nav-link:hover,
.menu-large.show .nav-link.dropdown-toggle,
.nav_sec .navbar-nav .nav-item .nav-link.active,
.nav_sec .navbar-nav .nav-item.show .nav-link:hover,
.nav_sec .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle,
.nav_sec .navbar-nav li.active .nav-link,
.nav_sec .navbar-nav .nav-link:focus {
  border-bottom-color: #e9010e;
  background: #fff;
  color: #e9010e;
}

.nav_sec .navbar-nav .dropdown-menu {
  background: #fff;
  color: #123456;
  min-width: 100%;
  border-radius: 0px;
  padding: 0rem;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  border: 0;
}

.nav_sec .navbar-nav .dropdown-menu li {
  display: block;
}

.nav_sec .navbar-nav .dropdown-menu .dropdown-item {
  color: #123456;
  display: block;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #e1ecff;
  font-family: 'Merriweather', serif;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: #e9010e !important;
  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;
  background: #fff;
  max-height: 55px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /* -webkit-box-shadow: 0px -5px 5px rgb(0 0 0 / 2%);
  box-shadow: 0px 5px 5px rgb(0 0 0 / 2%); */
  padding-top: 10px; padding-bottom: 10px;
}

.events-ticker.viewport-bottom {
  position: relative;
}

.events-ticker h4 {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  min-width: 100%;
}

.events-ticker h4 span {
  background: #e00c1b;
  padding: 9px 15px;
  position: absolute;
  top: -9px;
  left: 0px;
  z-index: 9;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.events-ticker h4 span:after {
  content: " ";
  position: absolute;
  right: -7px;
  top: 9px;
  border-top: 7px solid transparent;
  border-right: none;
  border-left: 7px solid #e00c1b;
  border-bottom: 7px solid transparent;
}

.marquee-with-options a {
  margin-right: 20px;
  color: #123456;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.marquee-with-options a:hover {
  color: #e00c1b;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
  width: 100%;
  overflow: hidden;
}

.marquee-with-options {
  padding: 5px;
  margin-top: -24px;
  background: #fff;
  max-height: 60px;
  overflow: hidden;
}

.marquee-with-options a:after {
  content: "||";
  position: absolute;
  right: -15px;
  top: 0px;
  color: #abcdef;
}

/*Custom File Upload Css By: Bikash Bhandari*/
.file-upload {
  display: block;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  border-radius: 4px;
  color: #34495e;
  cursor: pointer;
  height: calc(2.2rem + 2px);
  line-height: 30px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: calc(2.2rem + 2px);
  line-height: 34px;
}

.file-upload .file-select .file-select-name {
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #86c33a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #33b35a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #33b35a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

input.form-control-custom {
  visibility: hidden;
  width: 1px;
}

input.form-control-custom:checked+label::before {
  background: #33b35a !important;
  border-color: #2a944a !important;
}

input.form-control-custom:checked+label::after {
  opacity: 1 !important;
}

input.form-control-custom.radio-custom+label::before {
  border-radius: 50%;
}

input.form-control-custom.radio-custom+label::after {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

input.form-control-custom[disabled]+label {
  cursor: not-allowed;
}

input.form-control-custom[disabled]+label::before,
input.form-control-custom[disabled]+label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

input.form-control-custom[checked]+label::before,
input.form-control-custom[checked]+label::after {
  border: none;
}

input.form-control-custom+label {
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  position: relative;
}

input.form-control-custom+label span {
  margin-left: 20px;
}

input.form-control-custom+label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  border: 1px solid #aaa;
}

input.form-control-custom+label::after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.select-style {
  min-width: 60px;
  padding: 0.245rem 0.75rem;
  /*
    margin: 0;*/
  display: inline-block;
  vertical-align: middle;
  background: url("http://grumbletum.com/places/arrowdown.gif") no-repeat 100% 30%;
}

.select-style select {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.select-style select:focus {
  outline: none !important;
}

header {
  background: #ffffff;
  background: -moz-linear-gradient(45deg,
      #ffffff 0%,
      #ffffff 50%,
      #f6f9ff 100%);
  background: -webkit-linear-gradient(45deg,
      #ffffff 0%,
      #ffffff 50%,
      #f6f9ff 100%);
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 50%, #f6f9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f9ff', GradientType=1);
  /*background: url(../images/topbg.png) repeat-x top 30px right 60px;*/
  min-height: 110px !important;
  background-size: auto 120px !important;
  border-bottom: 1px solid #f6f9ff;
}

.container {
  max-width: 95%;
  position: relative;
}

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_wrap {
  padding-right: 0px;
}

.logo_text span,
.logo_text b {
  display: block;
  width: 100%;
}

.pad-right-0 {
  padding-right: 0px;
}

.logo_sec {
  text-decoration: none;
  color: #123456;
  display: inline-block;
  position: relative;
  padding: 15px 0px;
  display: block;
}

.logo_img,
.logo_text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.logo_text {
  padding-left: 5px;
  margin-top: -15px;
}

.logo_text small {
  padding-bottom: 10px;
  font-size: 14px;
  color: #004a89;
}

.logo_text small,
.logo_text span,
.logo_text b {
  display: block;
  line-height: 20px;
}

.logo_text span {
  font-size: 16px;
}

.logo_text b {
  font-size: 30px;
  line-height: 40px;
  color: #e9010e;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

.logo_sec:hover {
  text-decoration: none;
  color: #004a89;
}

.logo_sec:hover small {
  color: #000050;
}

.logo_img {
  height: 100px;
  min-width: 85px;
  padding: 5px;
  margin-top: -40px;
  text-align: center;
}

/*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: 100px;
  max-width: 100%;
}

.logo_sec:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.right-box {
  background: #304782;
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #22325c;
}

.right-box:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  left: 100%;
  background: #304782;
  border-bottom: 2px solid #22325c;
}

.right-box:after {
  content: "◢";
  position: absolute;
  right: 99.1%;
  top: -26px;
  color: #304782;
  font-size: 48px;
  z-index: 1;
}

.head-top-ul:after {
  content: "◢";
  position: absolute;
  right: 99%;
  top: -22px;
  color: #22325c;
  font-size: 45px;
}

.right-box ul,
.right-box ul li,
.right-box ul li img,
.header_btn {
  display: inline-block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
}

.right-box ul {
  padding-left: 0px;
  margin-left: 0px;
  /*margin-top: 15px;*/
}

.right-box ul li a {
  color: #abcdef;
}

.right-box ul li img {
  max-height: 20px;
  max-width: 100%;
  vertical-align: middle;
  padding-right: 2px;
}

.right-box ul li a:hover {
  color: #fff;
}

.right-box ul,
.right-box form {
  display: inline-block;
  position: relative;
}

.right-box form {
  padding-right: 0px;
  margin-top: 15px;
}

.right-box ul li {
  font-size: 13px;
  color: #fff;
}

.head-top-ul li {
  margin-right: 10px;
  padding-left: 10px;
}

.right-box ul li a {
  font-weight: 400;
}

.right-box ul li:first-child {
  border: 0;
}

.right-box ul li .clock {
  margin-right: 30px;
  min-width: 80px
}

ul li.language {
  border: none;
  margin-left: 0px;
  padding-left: 0;
}

ul li.language a {
  color: #abcdef;
  position: relative;
  display: block;
}

/* ul li.language a span{border-bottom: 1px solid transparent;} */
ul li.language a:hover,
ul li.language.active a {
  color: #fff !important;
}

/* ul li.language.active a span{border-bottom-color: #abcdef;} */

ul li.language.active a:before {
  content: "\f0d8";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  width: 30px;
  right: 35%;
  top: 70%;
  color: #fff;
}

.language img {
  max-height: 20px;
  max-width: 100%;
}

.language em {
  font-style: normal;
}


.gov_logo figure {
  margin: 0px;
  margin-top: 5px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-left: 1px solid #e1ecff;
}

.gov_logo figure img {
  max-height: 70px;
  max-width: 100%;
}

.hsakib {
  background-color: #F4F7FA;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(209 219 229) 100%);
  padding: 0px 0px 100px 0;
  position: relative;
}

#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 {
  /* padding-bottom: 30px; */
  border-bottom: 1px solid #eee;
}

.main-banner .owl-carousel .owl-item img {
  max-height: 444px;
  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: #0392ce;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

.main-banner .caption-text h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 5px 15px;
  background: #fff;
  color: #000050;
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.banner-carousel {
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
  border: 2px solid #fff;
}

.main-banner .owl-carousel .owl-item figure {
  margin-bottom: 0px;
  max-height: 420px;
  overflow: hidden;
}

.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 {
  background: #efefef;
  padding: 0px 0px 30px 0px;
  padding-bottom: 60px;
  min-height: 300px;
}

.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: #265cc0;
}

a:hover .card-title {
  color: #e9010e;
}

/* .dash_info{} */
.dash_info .card-header {
  font-size: 22px;
  color: #e9010e;
  font-weight: 600;
  padding: 5px 15px;
}

.my-ttl {
  position: relative;
}

.dash_info .card-header i,
.card-header h4 i,
.my-ttl h4 i {
  color: #265cc0;
}

.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: #0392ce;
  margin-top: 1px;
  margin-bottom: 1px;
  font-weight: 600;
}

.dash_info .card-body span.counter {
  font-size: 16px;
  color: #e9010e;
  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: 14px;
  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: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.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;
}

.useful-link {
  padding: 0;
  margin: 0;
}

.useful-link li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.useful-link li:first-child {
  margin-top: 0px;
}

.useful-link li a {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #eee !important;
  background: #f6f8fb;
}

.useful-link li a i {
  font-size: 16px;
  min-width: 30px;
}

.tab_sec .nav-tabs li a {
  font-size: 18px;
  font-weight: 600;
}

.item-inner .card-meta {
  font-size: 14px;
  color: #567890;
}

.item-inner .card-title {
  padding-top: 5px;
  margin-bottom: 0px;
  color: #304782;
  font-weight: 600;
}

.item-inner:hover .card-title {
  color: #e9010e;
}

.item-inner figure {
  margin-bottom: 0px;
}

.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,
.department_sec .owl-nav,
.technology_sec .owl-nav {
  position: absolute;
  top: 0%;
  z-index: 999;
  font-size: 30px;
  width: 100%;
  line-height: 30px;
  margin-top: -50px;
}

.tab_sec .owl-nav .owl-prev,
.vdo_sec .owl-nav .owl-prev,
.department_sec .owl-nav .owl-prev,
.technology_sec .owl-prev {
  position: absolute;
  left: auto;
  right: 45px;
}

.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-next,
.department_sec .owl-nav .owl-next,
.technology_sec .owl-nav .owl-next {
  position: absolute;
  right: 5px;
}

.tab_sec .owl-nav .owl-prev,
.tab_sec .owl-nav .owl-next,
.vdo_sec .owl-nav .owl-prev,
.vdo_sec .owl-nav .owl-next,
.department_sec .owl-nav .owl-prev,
.department_sec .owl-nav .owl-next,
.technology_sec .owl-nav .owl-prev,
.technology_sec .owl-nav .owl-next {
  /*background:rgba(36, 96, 185, 0.5) !important;*/
  color: #fff !important;
  min-width: 30px !important;
  background: #0392ce !important;
  border-radius: 100%;
}

.tab_sec .owl-nav .owl-prev:hover,
.tab_sec .owl-nav .owl-next:hover,
.vdo_sec .owl-nav .owl-prev:hover,
.vdo_sec .owl-nav .owl-next:hover,
.department_sec .owl-nav .owl-prev:hover,
.department_sec .owl-nav .owl-next:hover,
.technology_sec .owl-nav .owl-prev:hover,
.technology_sec .owl-nav .owl-next:hover {
  color: #fff !important;
  background: #e9010e !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: 13px;
  padding-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}

.item-inner .card-body .unit_dtl p {
  text-align: left;
}

.sewa {
  padding-bottom: 0px;
}

.sewa .card {
  box-shadow: none;
  margin-bottom: 0px;
}

.sewa .card-body h5 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sewa .card-body h5 i {
  color: #e9010d;
}

.sewa .card-header h4 {
  vertical-align: text-bottom;
}

.sewa .card-header h4,
.section-title-border {
  display: inline-block;
  position: relative;
}

.section-title-border {
  position: relative;
  height: 5px;
  width: 30px;
  background: #f10000;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  vertical-align: -webkit-baseline-middle;
}

.section-title-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #f10000;
  border-radius: 10px;
  right: -60%;
  top: 0;
}

.section-title-border::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #f10000;
  border-radius: 10px;
  right: -100%;
  top: 0;
}

.sewa .card-body h5:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 45px;
  background: #e9010d;
  border-radius: 10px;
  left: 10%;
  top: 100%;
}

.sewa .card-body h5:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: #e9010d;
  border-radius: 10px;
  left: 30%;
  top: 100%;
}

.sewa .card-body .col-lg-3 {
  margin-bottom: 0;
  border: 1px solid #f6f8fa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sewa .card-body a {
  display: block;
}

.gallery {
  /*background: rgba(0,0,0,0.8);*/
  padding: 30px 0px 0px 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{padding-top: 30px;}
.bikash_gallery .box {
  width: 100%;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #000;
  min-height: 80px;
}

.bikash_gallery .box .caption {
  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: #e9010e;
}

.bikash_gallery .box .caption h6 a {
  color: #265cc0;
  font-weight: 600;
  position: relative;
  font-size: 18px;
}

.bikash_gallery .box .caption span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #567890;
  padding: 0 0 4px;
  width: 49%;
}

.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: 0px 5px 15px 0px rgb(8 18 109 / 10%);
}

.bikash_gallery .box img {
  max-width: 100%;
  max-height: 260px;
}

.bikash_gallery .box:hover .caption h4 a {
  color: #e9010e;
}

/*------ Footer CSS -------*/
.footer-top {
  position: relative;
  overflow-x: hidden !important;
  color: #123456;
  padding: 45px 0px 20px 0px;
  background: #fff;
  /* background: url(../images/parallax-2.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; */
}

/* .footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: rgb(0 0 80 / 75%);
} */
.footer-top h4 {
  color: #123456;
  /* padding-bottom: 15px; */
  margin-bottom: 15px;
  /* background: url(../images/f_ttl_btm.png) left bottom;
  background-size: auto;
  background-repeat: no-repeat; */
  font-size: 18px;
  font-weight: 600;
}

.footer-top a {
  color: #123456;
}

.footer-top ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-top ul li {
  list-style-type: none;
}

.footer-top ul li a {
  line-height: 25px;
  padding: 5px 0px;
  display: block;
  font-size: 14px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer-top .links ul li a {
  padding-left: 25px;
}

.footer-top .links ul li a:after {
  content: "\f0c1";
  font: normal normal normal 14px/1 FontAwesome;
  color: #123456;
  position: absolute;
  left: 0;
  top: 30%;
}

.footer-top .contact_footer ul li {
  color: #123456;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}

.footer-top .contact_footer ul li:last-child {
  padding-bottom: 0px;
}

.footer-top .contact_footer ul li i {
  min-width: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-top .contact_footer ul li a {
  padding: 0px;
}

.footer-top ul li a:hover {
  color: #e00c1b;
}

.footer-bottom {
  position: relative;
  padding: 10px 0px;
  color: #fff;
  background: #304782;
  font-size: 13px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05rem;
}

.footer-bottom a {
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
  position: relative;
}

.footer_logo_sec {
  margin-top: -10px;
}

.footer_logo_sec img,
.footer_logo_sec span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.footer_logo_sec img {
  max-height: 50px;
  max-width: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer_logo_sec span {
  font-size: 22px;
  color: #e9010e;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.contact_person figure {
  margin-bottom: 0px;
  margin-top: 6px;
}

.contact_person ul {
  padding-left: 0px;
}

.contact_person ul li {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
}

.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 {
  background: #efefef;
}
.vdo_sec .item{margin-top: 15px;}
.inner_page {
  background: #efefef;
  padding-top: 0px !important;
  padding-bottom: 30px;
}

.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: #0392ce;
  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: #0392ce;
}

.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: #0392ce;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  padding: 5px;
}

.dtl_sec img {
  width: 100%;
  max-width: 100% !important;
  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,
.dwn_box a i {
  font-size: 18px;
}

#basicModal ul li span {
  color: #0392ce;
}

#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;
  color: #567890;
  line-height: 20px;
}

.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,
.dtl_sec .card-header,
.dtl_sec h4,
.main-modal .modal-content .modal-header {
  position: relative;
}

#sidebar .card-header {
  background: #265cc0;
  color: #fff;
}

#sidebar .card-body {
  padding-bottom: 0px;
}

/* .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 #7dc1eb;
  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 #divlist figure {
  max-height: 250px;
  overflow: hidden;
}

.dtl_sec #divlist figure img {
  max-height: 400px;
  max-width: 100%;
}

.dtl_sec table th {
  color: #fff;
}

.share-box strong.title {
  float: left;
  color: #123456;
  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: 15px;
  display: block;
}

.social-color-1 {
  background: #29a9e1;
}

.social-color-2 {
  background: #3b5a9a;
}

.social-color-3 {
  background: #df4b38;
}

.social-color-4 {
  background: #5280a5;
}

.social-color-5 {
  background: #fba933;
}

.social-color-6 {
  background: #cb312e;
}

.share-box ul li a:hover {
  opacity: 0.9;
}

.widget-box {
  padding-bottom: 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%);
  margin-bottom: 30px;
}

.widget-box h3 {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #fff;
  background: #e9010e;
  border-bottom: 2px solid #cc0000;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.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 #ddd;
  font-size: 14px;
  padding: 10px;
}

.side-widget ul li:first-child {
  padding-top: 0px;
  border: 0;
}

.side-widget ul li:last-child {
  padding-bottom: 0px;
}

.side-widget .thumb {
  float: left;
  background: #f6f8fa;
  margin: 0 10px 0 0;
  overflow: hidden;
  min-width: 50px;
}

.side-widget .thumb img {
  max-height: 70px;
  max-width: 80px;
}

.side-widget .text-area {
  overflow: hidden;
  /* float: left; */
  width: 100%;
}

.side-widget .text-area a {
  display: block;
  text-decoration: none;
  max-height: 65px;
  overflow: hidden;
  line-height: 20px;
  font-size: 15px;
}

.side-widget .text-area span {
  display: block;
  color: #999;
  font-size: 80%;
  /* padding-top: 10px; */
}

.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.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rtl_msg,
.rtl_msg figure {
  text-align: center;
}

.rtl_msg figure img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 2px;
  box-shadow: 0px 0px 10px 0px rgb(80 80 80 / 30%);
  border-radius: 9px;
}

.rtl_msg .text-area a {
  display: block;
  position: relative;
  font-size: 16px;
  padding-bottom: 10px;
}

.rtl_msg .text-area p {
  text-align: center;
  line-height: 20px;
  margin-bottom: 0px;
  color: #567890;
  font-size: 14px;
}

/*Hover Css Start*/
.item-inner .card-title:hover,
.tab_sec .owl-nav .owl-prev:hover,
.tab_sec .owl-nav .owl-next:hover {
  color: #e9010e !important;
}

.right-box ul li a:hover {
  color: #fff;
}

.gallery .owl-nav button:hover {
  background: #e9010e !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: #b9cfdf;
  margin-top: 15px;
}

.contact_us_inner {
  padding: 60px 0px;
}

/* .contact_us_inner h4 {
  margin-top: 30px;
  color: #0392ce;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
} */
.contact_us_inner form label {
  font-weight: 500;
  color: #000;
}

.contact_address {
  color: #000;
}

.contact_address .row {
  margin-bottom: 60px;
}

.contact_address p {
  margin-bottom: 5px;
}

.contact_address i {
  font-size: 48px;
  color: #1a76d1;
  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 p {
  text-align: justify;
}

.card-header h4,
.ministry_sec .card-body h4,
.my-ttl h4 {
  font-weight: 700;
  color: #123456;
}
#sidebar .card-header h4{ color: #fff;}

.cms-text .btn-sm {
  border-radius: 100px;
  float: right;
  font-size: 14px;
  padding: 2px 20px;
}

.ministry_sec figure {
  text-align: center;
}

.ministry_sec figure img {
  margin-left: auto;
  margin-right: auto;
}

.ministry_sec .owl-carousel .owl-item figure img {
  max-height: 220px;
  max-width: 100%;
  width: auto;
  background: #abcdef;
  padding: 2px;
  border-radius: 9px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgb(80 80 80 / 30%);
  /*border-left: 10px solid #7aaedd;
  border-top: 10px solid #7aaedd;*/
}

.ministry_sec .card-body h4 {
  padding-top: 5px;
  background: #fff;
}

.ministry_sec p {
  text-align: justify;
}

.ministry_sec .btn-primary {
  position: relative;
  right: 15px;
  border-radius: 100px;
  bottom: 0px;
  float: right;
}

.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: #e9010e;
}

.ministry_sec h5 {
  width: 100%;
  color: #304782;
  font-weight: 600;
  background: #fff;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
}

.ministry_sec h5 span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e9010e;
}

.ministry_sec .card-body .ministry-carousel {
  min-height: 250px;
}

.ministry_sec .btn {
  float: right;
  border-radius: 100px;
}

.ministry_sec .my-ttl h4 span {
  font-size: 20px;
  padding-top:2px;
}

.feedback {
  padding: 0px 10px;
}

.useful-link {
  padding: 0;
  margin: 0;
}

.useful-link li {
  list-style: none;
  display: inline-block;
  border: none !important;
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 0px !important;
}

.useful-link li a {
  color: #265cc0;
  display: block;
  padding: 4px 5px;
}

.useful-link li h4 {
  margin-bottom: 0px;
  line-height: 25px;
  font-size: 16px;
  color: #265cc0;
  font-weight: 600;
}

.useful-link a i {
  float: left;
  font-size: 1em;
  padding-top: 5px;
  margin: 0;
  color: #005dac;
  text-align: center;
}

.linkBox span {
  width: 75% !important;
}

.useful-link li a:hover {
  color: #e9010e;
  background: #fff;
}

.useful-link a:hover,
.useful-link a:hover i,
.useful-link a:hover h4 {
  color: #e9010e;
}

.tab_sec {
  background: url(../images/w-bg-a.jpg) repeat;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #fff;
}

.bikash_tabs,
.tabs_433 {
  display: block;
  /* -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 15%); */
}

.tabs_433 .nav-tabs {
  border-bottom: none;
}

.bikash_tabs .nav-tabs li,
.tabs_433 .nav-tabs li {
  padding: 0;
  margin: 0 0.5em 0.5em 0 !important;
  list-style-type: none;
}

.bikash_tabs .nav-tabs li:last-child,
.tabs_433 .nav-tabs li:last-child {
  margin-right: 0 !important;
}

.bikash_tabs .nav-tabs li a,
.tabs_433 .nav-tabs li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 2px;
  padding: 5px 20px 5px;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #c2c4c6;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  color: #123456;
  border: 1px solid #fff;
}

.tabs_433 .nav-tabs li a {
  padding: 2px 20px 2px;
}

.bikash_tabs .nav-tabs li a i,
.tabs_433 .nav-tabs li a i {
  margin-right: 10px;
}

.bikash_tabs .nav-tabs li:last-child a,
.tabs_433 .nav-tabs li:last-child a {
  border-right: none !important;
  margin-right: 0px !important;
}

.bikash_tabs .nav-tabs li a:hover,
.tabs_433 .nav-tabs li a:hover {
  background: url(../images/red_pattern.jpg) repeat;
}

.bikash_tabs .nav-tabs li a:hover,
.bikash_tabs .nav-tabs li a.active,
.bikash_tabs .nav-tabs li a.active:focus,
.tabs_433 .nav-tabs li a:hover,
.tabs_433 .nav-tabs li a.active,
.tabs_433 .nav-tabs li a.active:focus {
  background-color: #e9010e;
  color: #ffffff;
}

.bikash_tabs .nav-tabs li a.active:hover,
.tabs_433 .nav-tabs li a.active:hover {
  cursor: inherit;
}

.bikash_tabs .tab-content {
  min-height: 420px;

  border: 1px solid #aaa;
  border-top: none;
  padding: 10px;
  clear: both;

  background: inherit !important;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-top: 5px;
  border-right: 2px solid #234a83;
  border-left: none !important;
  border-bottom: none !important;

}

.download-list .bikash_tabs .tab-content{min-height: 100px;}

.download-list .bikash_tabs .tab-content {
  border: none;
}

.bikash_tabs .tab-pane {
  background-color: transparent;
}

.bikash_tabs .tab-content ul {
  padding: 0px;
  list-style-type: none;
}

.bikash_tabs .tab-content ul li {
  margin-bottom: 4px !important;
  border-bottom: 1px solid #DADDD8;
}

.bikash_tabs .tab-content ul li:last-child {
  padding-bottom: 0px;
}

.bikash_tabs .tab-content ul li a {
  display: block;
  padding: 14px 0px;
  font-weight: 500;
  font-size: 16px;
  color: #123456;
}

.bikash_tabs .tab-content ul li a:hover {
  color: #e00c1b;
}

.bikash_tabs .tab-content ul li em {
  color: #698394;
  display: block;
}

.bikash_tabs .tab-content ul li em span {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #f44336;
}

.bikash_tabs .tab-content a.btn-sm {
  margin-left: auto;
  margin-top: 10px;
  border-radius: 100px;
}

.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: #0392ce;
  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 a {
  border-radius: 100px;
}

.widget-box.download-link,
.widget-box.main-link {
  margin-bottom: 30px;
}

.main-link ul li a {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.main-link ul li a:before {
  position: absolute;
  content: "\f18e";
  right: auto;
  left: 5px;
  top: 2px;
  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 20px/1 FontAwesome;
  color: #005dac;
}

.main-link ul li i {
  font-size: 18px;
  min-width: 30px;
  color: #005dac;
  text-align: center;
}

.main-link ul li a:hover i,
.main-link ul li a:hover:after {
  color: #e9010e;
}

.widget-box.download-link {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-box.download-link .card.dwn_box {
  margin-top: 0px;
  margin-bottom: 10px;
}

.card.dwn_box .card-body:after {
  border-top: 30px solid #cce1f1;
}

.card.dwn_box:hover .card-body:after {
  border-top: 30px solid #e9010e;
}

.card.dwn_box:hover .card-body:before {
  border-top: 30px solid #cce1f1;
}

#myModal2 .modal-content button.close {
  position: absolute;
  right: 35px;
  top: 25px;
  background: #df1123;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  padding: 5px 10px;
  z-index: 9;
  font-size: 16px;
  font-family: 'Merriweather', serif;
}

#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: #0392ce;
}

/*CSS for Gallery*/
.img-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.img-wrapper figure {
  margin: 0px;
}

.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;
}

#myModal2 .modal-header {
  border: none;
  padding: 0;
}

.modal-ttl {
  font-size: 20px;
  padding-left: 1px;
}



#sidebar.fixed {
  position: fixed;
  top: 30px;
  width: 22%;
}

.dtl_sec .card-body .item .item-inner,
#divlist {
  margin-bottom: 30px;
}

.list-gird {
  text-align: right;
}

.list-gird i {
  font-size: 18px;
  margin-left: 10px;
}

.gallery_thumb {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.gallery_thumb a {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.gallery_thumb a img {
  max-width: 100%;
  max-height: 95px;
}

.line-btn {
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  display: inline-block;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(36, 96, 185);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #e9010e;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.download-list .bikash_tabs .nav-tabs li {
  display: inline-block;
  position: relative;
}

.download-list .bikash_tabs .nav-tabs li a {
  font-size: 16px !important;
  padding: 5px 20px 5px !important;
}

/*New CSS 2021-12-02 By:  Bikash Bhandari*/
.nav_sec.eng_menu .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  font-family: 'Merriweather', serif;
  font-weight: 500;
}

.mid-right-link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-top: 10px;
}

.training_link {
  position: relative;
}

.training_link a {
  font-size: 18px;
  background: #e9010e;
  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: #e9010e;
  }

  25% {
    opacity: 0.9;
    background-color: #304782;
  }

  50% {
    opacity: 0.9;
    background-color: #304782;
  }

  75% {
    opacity: 1;
    background-color: #e9010e;
  }

  100% {
    opacity: 1;
    background-color: #e9010e;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
    background-color: #e9010e;
  }

  25% {
    opacity: 0.9;
    background-color: #304782;
  }

  50% {
    opacity: 0.9;
    background-color: #304782;
  }

  75% {
    opacity: 1;
    background-color: #e9010e;
  }

  100% {
    opacity: 1;
    background-color: #e9010e;
  }
}

.training_link a:hover {
  background: #e9010e !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: 16px;
  color: #e9010e;
}

.faq_accordian .collapse {
  padding: 15px;
  border: 1px solid #ddd;
}

.faq_accordian h3 button.btn-link.collapsed {
  color: #304782;
}

.faq_accordian h3 button:hover,
.faq_accordian h3 button.btn-link.collapsed:hover {
  color: #e9010e;
}


.sewa .card-body a.btn-primary {
  /* display: inline-block; */
  position: relative;
  margin-top: 30px;
  float: right;
}

.top-row {
  background: #fff;
  display: block;
}

.top-row .left-box {
  padding: 0px 0;
}

.top-row .left-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.top-row .left-box ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid rgb(255 255 255 / 45%);
  color: #123456;
  font-size: 13px;
}

.top-row .left-box ul {
  margin-bottom: 0px;
}

.top-row .left-box ul li a {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #123456;
}

.right-box ul.social-head {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  text-align: right;
  display: inline-block;
  position: relative;
  border-left: 1px solid rgb(255 255 255 / 45%);
}

.right-box ul.social-head li {
  display: inline-block;
  position: relative;
}

.right-box ul.social-head li a {
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  display: inline-block;
  /* background: #7aaedd; */
  padding: 3px 6px;
  border-radius: 5px;
}

.right-box ul.social-head li a:hover {
  background: #e9010e;
}

.right-box ul li.check-mail {
  border: 0;
}

.right-box ul li.check-mail a,
.header_btn a {
  border-radius: 100px;
  padding: 2px 10px;
  background: #fff;
  margin-left: 15px;
}

.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: #0392ce;
  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: #e9010e;
}

.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: #e9010e;
  z-index: 1;
}

.mid_body {
  border-bottom: 1px solid #ddd;
}

.ntc_time_table {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /* background: #c4d5e5;
  background-attachment: fixed;
  background-position: center;
  background: url(../images/minimal-background-pattern.jpg) repeat; */
}

.ntc_time_table .card-header {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: transparent;
  border-bottom: none;
  letter-spacing: 0.025rem;
  padding: .75rem 1.75rem;
  font-family: 'Merriweather', serif;
  text-align: center;
}

.ntc_time_table .card-body {
  padding: 0.5rem 1.75rem 1.25rem 1.75rem;
}

.ntc_time_table .card-body ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.ntc_time_table .card-body ul li {
  padding: 5px 0px;
  color: #fff;
  font-size: 15px;
}

.ntc_time_table .card-body ul li:first-child {
  padding-top: 0px;
}

.ntc_time_table .card-body ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.ntc_time_table .card-body ul li span {
  float: right;
}

.ntc_time_table .card-footer {
  color: #fff;
  text-align: center;
  padding: .75rem 1.75rem;
  font-size: 14px;
}

.ntc_time_table .card-footer span {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}

.department_sec {
  padding: 30px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  background-attachment: fixed;
  background-position: center;
  background: url(../images/bg-2.png) repeat;
}

.dtl_sec.department_sec.staff_list {
  border: none;
}

.my-ttl h4 {
  padding-bottom: 10px;
  font-size: 24px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.my-ttl.text-left h4 {
  text-align: left;
}

.my-ttl h4 span {
  display: block;
  position: relative;
}

/* .my-ttl h4 span:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
} */
.my-ttl h4 img {
  width: auto !important;
  max-width: 100%;
  max-height: 50px;
  box-shadow: none !important;
}

.my-ttl h4 small {
  padding-left: 10px;
  color: #567890;
}

.technology_sec {
  display: block;
  width: 100%;
  padding: 30px 0px;
  background: #c4d5e5;
  border-top: 1px solid #e5f2ff;
  border-bottom: 1px solid #fff;
  background-attachment: fixed;
  background-position: center;
}

.technology_sec .card {
  overflow: hidden;
}

.num_box {
  display: block;
  min-height: 100px;
  background: rgba(11, 69, 117, 0.96);
  color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
}

.b_1 {
  margin-right: -15px;
}

.b_1:before {
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 125px 30px 0 0px;
  border-color: transparent;
  border-top-color: #144c7a;
  content: " ";
  pointer-events: none;
  top: 0;
  z-index: 9;
}

.b_2 {
  background-color: #e9010e;
  margin-left: -15px;
  margin-right: -15px;
}

.b_2:before {
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 125px 30px 0 0px;
  border-color: transparent;
  border-top-color: #e9010e;
  content: " ";
  pointer-events: none;
  top: 0;
  z-index: 9;
}

.b_3 {
  background-color: #0392ce;
  margin-left: -15px;
  margin-right: -15px;
}

.b_3:before {
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 125px 30px 0 0px;
  border-color: transparent;
  border-top-color: #0392ce;
  content: " ";
  pointer-events: none;
  top: 0;
  z-index: 9;
}

.b_4 {
  background-color: #000050;
  margin-left: -15px;
}

.num_box figure {
  margin-bottom: 0.5rem;
}

.num_box figure img {
  max-height: 50px;
  max-width: 100%;
}

.num_box h4,
.num_box h6 {
  color: #fff;
  margin-bottom: 0px;
}

.num_box h4 {
  font-weight: 600;
}

.num_box h6 {
  font-weight: 500;
  padding-top: 5px;
}

.counter_sec {
  padding-top: 70px;
  padding: 45px 0 60px 0;
  background-color: #265cc0;
  background-image: url(../images/pattern.png);
  position: relative;
}

.counter_box {
  margin-top: 30px;
  text-align: center;
}

.counter_box figure {
  height: 80px;
  width: 80px;
  text-align: center;
  margin-left: auto;
  margin: auto;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-bottom: 10px;
  background: rgb(26 118 209 / 45%);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.counter_box h4 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.counter_box h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.hospital_table table {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border: 1px solid #e1ecff;
  box-shadow: 0px 7px 20px 0px rgb(8 18 109 / 20%);
}

.hospital_table {
  padding: 30px 0px 0px 0px;
  background: #f6f8fa;
}

.hospital_table table th {
  text-align: center;
  color: #123456;
  text-align: center;
  border-bottom: 0;
  font-weight: 500;
  padding: 8px 5px;
}

.hospital_table table td {
  text-align: center;
  font-weight: 500;
  padding: 5px;
}

.hospital_table table tr:last-child td:first-child {
  border-bottom-left-radius: 9px;
}

.hospital_table table tr:last-child td:last-child {
  border-bottom-right-radius: 9px;
}

.hospital_table table:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgb(36 44 50 / 30%);
}

.count-success {
  background-color: #e9f4ef;
}

.count-info {
  background: #e5eff7;
}

.count-danger {
  background: #f4e9e9;
}

.hospital_table table th.tbl_main_ttl {
  color: #cc0000;
  font-size: 16px;
}


.capacity_sec {
  display: block;
  position: relative;
  background: #fff;
  padding: 45px 0px;
  text-align: center;
}

.capacity_list {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.capacity_box {
  text-align: center;
  min-width: 23%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 15px;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border: 1px solid #e1ecff;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.capacity_box figure {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: #0392ce;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-align: center;
}

.capacity_box h4 {
  color: red;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.capacity_box h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2460B9;
  margin-top: 10px;
  margin-bottom: 0px;
}

.capacity_box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgb(36 44 50 / 30%);
}


.gallery {
  border-top: 1px solid #ddd;
}

.ntc_time_table .card {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  background: #1a76d1;
  margin-top: -145px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 9px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.ntc_time_table .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgb(36 44 50 / 60%);
}

/*Staff List By Bikash*/
.staff_page {
  padding-bottom: 0px;
  padding-top: 0px;
}

.staff_list .card figure img.img-fluid {
  max-width: 100%;
}

.staff_list .item-inner,
.ad_staff .item-inner {
  margin-bottom: 30px;
}

.staff_list {
  padding-bottom: 0px;
}

.ad_staff {
  background: #c4d5e5;
  border-top: 1px solid #fff;
  background-attachment: fixed;
  background-position: center;
  border-top: 0;
  padding-bottom: 30px;
}

.department_sec.staff_list {
  border-bottom: 1px solid #fff;
}

.dtl_sec ul li {
  color: #123456;
  line-height: 30px;
  list-style-type: disc;
  font-weight: 500;
}

.dtl_sec ol li {
  color: #123456;
  line-height: 30px;
  list-style-type: decimal;
  font-weight: 500;
}

/*Services Page By Bikash*/
.services_page {
  background: url(../images/w-bg-a.jpg) repeat;
  border-top: 0; padding-top: 60px;
}

.services_page .item-inner {
  margin-bottom: 30px;
}

.services_page figure img {
  width: 100%;
}

.services_page .item-inner .card-title {
  padding-top: 0px;
}

.mid_part.services_page .item {
  overflow: hidden;
}

.inner_service_list {
  margin-top: 10px;
}

.inner_service_list ul {
  padding: 0;
  margin: 0;
  min-height: 125px;
  max-height: 125px;
  overflow-x: hidden;
  overflow-y: auto;
}

.inner_service_list ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #172231;
}

.inner_service_list ul li {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  color: #fff;
  background-color: #007bff;
  margin-right: 5px;
  transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out
}



/* Sustom Scrollbar by Bikash Bhandari bikash.433@gmail.com */
.inner_service_list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.inner_service_list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.inner_service_list ul::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      color-stop(0.5, rgba(255, 255, 255, 0.2)),
      color-stop(0.5, transparent),
      to(transparent));
}

.text-box ul li,
.text-box ol li {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  list-style: none;
}

.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: #2270b2;
  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: 12px;
  line-height: 18px;
  color: #555;
}

.popular-notice .text-col .btm-row ul li .fa {
  padding: 0 5px 0 0;
  min-width: 20px;
  font-size: 14px;
}

.popular-notice ul li .btm-row a.btn-small {
  font-size: 13px;
  color: #304782;
}

.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;
  border: 4px solid #304782;
  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: #e00c1b;
  font-weight: 600;
  font-size: 24px;
  padding-top: 15px;
}

.staff_info .staff_box h5 {
  color: #017e58;
  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: #304782;
}

.header_btn a {
  color: #fff;
  margin-left: 0px !important;
  margin-right: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 600;
}

.header_btn a:hover {
  color: #fff;
  background: #7aaedd;
}

.dept_sec {
  padding-top: 45px;
  padding-bottom: 15px;
  position: relative;
}

.dept-box {
  display: block;
  text-align: center;
  background: #fff4f6;
  border: 1px solid #fff;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 30px;
  min-height: 125px;
  box-shadow: 0 0 12px rgb(0 0 0 / 11%);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

/* .dept_list {
  padding-top: 15px;
} */
.dept_list .dept-box {
  margin: 10px 0px;
  background: #fff4f6;
}

.dept-box img {
  max-height: 60px;
  max-width: 100%;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.dept-box span {
  display: block;
  padding-top: 10px;
  font-weight: 500;
  color: #304782;
}

.dept-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgb(36 44 50 / 30%);
}

.dept_sec .owl-nav,
.service-carousel .owl-nav,
.team-carousel .owl-nav {
  margin-top: 0px;
  top: 40%;
}

.dept_sec .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-prev {
  right: auto;
  left: -10px;
}

.dept_sec .owl-nav .owl-next,
.service-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-next {
  right: -10px;
}

.dept-box:hover {
  border-color: #cc0000;
  color: #cc0000;
}

.dept-box:hover span {
  color: #cc0000;
}

.view_sec {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.view_sec a {
  border-radius: 100px;
}

/* .dept_sec .view_sec{position: absolute; top: 30px; right: 20px;} */

.staff_list .item-inner .card-title {
  font-weight: 500;
  text-align: center;
}

.staff_list .item-inner .card-title a {
  display: block;
  padding-bottom: 10px;
}

.staff_list .item-inner h6 {
  text-align: center;
  color: #000050;
}

.home_abt_sec {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f6f8fa;
}

.widget-ttl h3 {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #fff;
  background: #e9010e;
  border-bottom: 2px solid #cc0000;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.department_staff .item-inner figure {
  text-align: center;
  margin-bottom: 25px;
}

.department_staff .item-inner figure img {
  max-height: 150px;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.department_staff .item-inner.card {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding-top: 10px;
}

.department_staff .item-inner.card,
.department_staff .item-inner.card .card-body {
  text-align: center;
}

.department_staff .item-inner.card .card-body {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
}

.department_staff .item-inner.card .card-body: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;
}

.tab_tech_sec {
  padding: 60px 0px 0px;
  background: #efefef;
}

.unit_dr .card-body {
  background: #d2dee9;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.unit_dr .unit_image,
.unit_dr .unit_dtl {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.unit_dr .unit_image {
  width: 30%;
}

.unit_dr .unit_dtl {
  width: 65%;
  padding-left: 5px;
}

.unit_dr .card,
.tech-carousel .card {
  margin-bottom: 10px;
}

.tech-carousel .card-body {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.tech_image,
.tech_dtl {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.tech_image {
  width: 30%;
}

.tech_dtl {
  width: 65%;
  padding-left: 5px;
}

.tech_image a,
.tech_dtl a {
  display: block;
}

.tech_dtl p {
  text-align: left !important;
}

.unit_dr .item-inner .card-title,
.tech-carousel .item-inner .card-title {
  padding-top: 0px;
}

.unit_dr .item-inner figure img,
.tech_image figure img {
  max-height: 82px;
  max-width: 100%;
  width: auto !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.unit_dr .slick-arrow,
.tech-carousel .slick-arrow {
  background: #abcdef;
  height: 28px;
  width: 28px;
  padding-top: 2px;
  text-align: center;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid #fff;
}

.unit_dr .slick-prev,
.tech-carousel .slick-prev {
  position: absolute;
  top: 0;
  left: 44%;
  rotate: 90deg;
  margin-top: -15px;
}

.unit_dr .slick-next,
.tech-carousel .slick-next {
  position: absolute;
  top: 95%;
  left: 44%;
  rotate: 90deg;
}

.tech-carousel .slick-next {
  top: 100%;
}

.unit_dr .slick-arrow:hover,
.tech-carousel .slick-arrow:hover {
  background: #e9010e;
}

.unit_dr .item-inner .card-meta {
  color: #265cc0;
}

.technology_sec .item-inner figure,
.technology_sec .item-inner .card-title,
.technology_sec .item-inner .card-meta {
  text-align: center;
}

.technology_sec .item-inner figure img {
  max-height: 160px;
}

.department_sec.ad_staff .item-inner.card {
  margin-top: 10px;
}

.department_sec.staff_list .my-ttl,
.department_sec.ad_staff .my-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.department_sec.staff_list .my-ttl h4,
.department_sec.ad_staff .my-ttl h4 {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  color: #123456;
  /* background: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)); */
  border-radius: 6px;
  min-width: 33%;
}

.department_sec.staff_list .my-ttl h4:before,
.department_sec.staff_list .my-ttl h4:after,
.department_sec.ad_staff .my-ttl h4:before,
.department_sec.ad_staff .my-ttl h4:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  right: 100%;
}

.department_sec.staff_list .my-ttl h4:after,
.department_sec.ad_staff .my-ttl h4:after {
  left: 100%;
}

/* .department_sec.staff_list .my-ttl h4:before,
.department_sec.staff_list .my-ttl h4:after,
.department_sec.ad_staff .my-ttl h4:before,
.department_sec.ad_staff .my-ttl h4:after {
  content: " ";
  width: 100%;
  position: absolute;
  border-width: 1px;
  border-color: #fff;
} */

.sticky_link {
  position: fixed;
  top: 22%;
  right: -180px;
  z-index: 99;
}

.sticky_link ul {
  position: relative;
  display: block;
  padding-left: 0px;
}

.sticky_link li {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.sticky_link li a {
  min-height: 14px;
  min-width: 220px;
  width: 100%;
  color: #000050;
  padding: 9px 2px 9px 0px;
  margin-bottom: 1px;
  margin-top: 10px;
  background: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: 0.05rem;
  border: 1px solid #e1ecff;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.sticky_link li a img {
  max-height: 35px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: -9px 5px -9px -1px;
}

.sticky_link li a i {
  min-width: 20px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.sticky_link li:hover {
  margin-left: -180px;
}

.sticky_link li a:hover {
  color: #e00c1b;
}

.gov_logo {
  position: relative;
}

.gov_logo ul {
  padding-left: 0px;
}

.gov_logo ul,
.gov_logo ul li,
.gov_logo ul li img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.gov_logo ul li {
  padding: 0 10px;
  border-right: 1px solid #eee;
  color: #000050;
  font-size: 13px;
}

.gov_logo ul li:last-child {
  border-right: none;
  padding-right: 0px;
  padding-left: 5px;
}

.gov_logo ul li img {
  max-height: 25px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.gov_logo ul li a {
  background-color: #FFEFF0;
  padding: 5px 15px 5px 5px;
  border-radius: 13px;
  color: #000;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  display: block;
  border-radius: 100px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.gov_logo ul li a small {
  font-size: 13px;
}

.gov_logo ul li a:hover {
  background: #e9010e;
  color: #fff;
}

.gov_logo ul li.active a {
  color: #e9010e;
  border-bottom-color: #e9010e;
}

.mid_part.inner_page {
  min-height: 300px;
}

.message {
  position: relative;
  padding-top: 30px !important;
  /* background: #fff url(../images/bikash.433@gmail.jpg) no-repeat; */
  background: #efefef;
  font-size: 16px;
  background-size: cover;
  background-position: left;
}

.message-inner figure {
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 4;
}

.message-inner figure img {
  border-radius: 1px;
  max-height: 400px;
  max-width: 100%;
  min-width: 90%;
}

.message-box {
  position: relative;
  padding: 0px 30px 30px 30px;
  background: #fff;
  text-align: left;
  margin: 15px;
  text-align: justify;
  min-height: 300px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.message-box:after {
  right: 100%;
  top: 40%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #fff;
  border-width: 18px;
  margin-top: -18px;
}

.message-box h3 {
  padding: 10px 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 1px solid #e1ecff;
  font-weight: 600;
  font-size: 20px;
}

.message-box h3:after {
  content: "";
  border-top: 30px solid #7dc1eb;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.message-box h5 {
  display: block;
  color: #0392ce;
  margin-top: 15px;
}

.message-box h6 {
  display: block;
  margin-top: 10px;
  color: #0392ce;
}

.message-box h5 span,
.message-box h6 span {
  color: #000050;
  min-width: 100px;
  display: inline-block;
  position: relative;
}

.message-box h4 {
  border-bottom: 1px solid #e1ecff;
  font-size: 18px;
  font-weight: 600;
  color: #567890;
  margin-top: 30px;
  padding-bottom: 5px;
}

.message-box ul {
  padding-left: 15px;
}

.message-box ul li {
  font-family: 'Merriweather', serif;
  margin-top: 10px;
  list-style-type: circle;
  color: #567890;
  font-size: 14px;
}

/* Shapes */
.circle-one {
  max-width: 20%;
  position: absolute;
  top: 0%;
  z-index: 5;
  left: 7%;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 175px) rotate(90deg);
    transform: translate(0px, 175px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(220px, 220px) rotate(180deg);
    transform: translate(220px, 220px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(175px, 0px) rotate(270deg);
    transform: translate(175px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 175px) rotate(90deg);
    transform: translate(0px, 175px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(220px, 220px) rotate(180deg);
    transform: translate(220px, 220px) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(175px, 0px) rotate(270deg);
    transform: translate(175px, 0px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}

.abt_notice {
  display: block;
  position: relative;
  min-height: 400px;
}
.hsakib .widget-box{margin-bottom: 10px;}
.notice_slider {
  padding: 0px !important;
  margin-top: -15px;
  margin-bottom: -15px;
}
.notice_slider a,
.notice_slider a small {
  display: block;
  position: relative;
}

.notice_slider a:after {
  content: "\f0c1";
  position: absolute;
  z-index: 1;
  color: #e9010e;
  left: 10px;
  top: 20%;
  font: normal normal normal 24px/1 FontAwesome;
}

.notice_slider a {
  padding: 10px 10px 10px 45px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  letter-spacing: 0.025rem;
  color: #000050;
}

.notice_slider a small {
  color: #567890;
}

.notice_slider a small span {
  color: #0061f7;
}

.notice_slider a:hover {
  color: #e9010e;
}

#divgrid .item-inner {
  margin-bottom: 30px;
  min-height: 220px;
}

#divgrid .item-inner figure {
  min-height: 150px;
  max-height: 160px;
  overflow: hidden;
}

#divgrid .item-inner figure a {
  display: block;
}

.pagination li {
  list-style-type: none !important;
}

.btn-outline-danger {
  border-radius: 100px;
  background: #fff;
}

.attraction {
  background: #dff0f7;
  padding: 30px;
}

.attraction h2 {
  text-align: center;
  padding-top: 70px;
  font-weight: 700;
  color: #123456;
}

.attraction h2 span {
  display: block;
  width: 100%;
}

.attraction h2 img {
  width: auto;
}

.attraction figure {
  text-align: right;
  margin-bottom: 0px;
}

.attraction figure img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

.research_content {
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
  clear: both;
}

.research_content figure img {
  padding: 30px;
}

.testi_msg {
  background: #dff0f7;
  padding: 60px 0px;
  border-top: 1px solid #abcdef;
  border-bottom: 1px solid #abcdef;
}

.testi_msg figure img {
  max-height: 160px;
  background: #abcdef;
  padding: 2px;
  border-radius: 9px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgb(80 80 80 / 30%);
  max-width: 100%;
  width: auto !important;
}

.box_433 {
  text-align: center;
  background: #fff;
  border: 1px solid #e1ecff;
  border-radius: 9px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.box_433 a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.box_433 a.v_img_433 {
  padding-bottom: 0px;
}

.box_433 a figure {
  text-align: center;
  margin-bottom: 0px;
  min-height: 100px;
}

.box_433 a figure img {
  max-height: 100px;
  width: auto !important;
  margin: 0 auto;
}

.box_433:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgb(36 44 50 / 30%);
}


.more_abt_truma {
  padding-top: 60px;
}

/*-------------------------FAQ---------------------------*/
.faq_sec {
  padding: 0px 0px 30px;
}

.faq_sec h4:hover {
  cursor: pointer;
}

.faq_sec ul li {
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  list-style-type: none !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.faq_sec ul li ul,
.faq_sec ul li ol {
  padding-left: 15px !important;
}

.faq_sec ul li ul li {
  list-style-type: disc !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.faq_sec ul li ol li {
  list-style-type: lower-roman !important;
}

.faq_sec table {
  width: 100%;
  margin: 15px 0px;
  background: #f6f8fa;
  box-shadow: none;
  border: 1px solid #e1ecff;
}

.faq_sec table tr th,
.faq_sec table tr td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #e1ecff;
}

.faq_sec h4.ttl {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #dc3545;
  background: #fff4f6;
  border-radius: 0px;
  margin-bottom: 0;
  font-weight: 600;
}

.faq_sec .minus .ttl {
  border-bottom: none;
}

.faq_sec h4.ttl a {
  text-decoration: none;
  padding-left: 0px;
  font-size: 16px;
  width: 90%;
  display: inline-block;
  position: relative;
  color: #265CC0;
}

.faq_sec h4.ttl:before {
  font-family: 'FontAwesome';
  content: "\f067";
  position: absolute;
  left: auto;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: left;
  padding-left: 5px;
  color: #265CC0;
  width: 5%;
  font-size: 18px;
  top: 14px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  text-decoration: none;
}

.faq_sec .minus .ttl:before {
  font-family: 'FontAwesome';
  content: "\f068";
  color: #dc3545;
}

.faq_sec .minus .ttl a,
.faq_sec .ttl a:hover,
.faq_sec h4.ttl:hover:before {
  color: #dc3545;
}

.faq_sec .hide_faq {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #fff;
}

.faq_sec ul {
  padding-left: 0;
  list-style-type: none;
}

.faq_sec ol li {
  border: none;
  margin: 5px;
  box-shadow: none;
}

.faq_sec .hide_faq a {
  word-break: break-all;
}


.officer_sec {
  background: #efefef;
  padding-top: 20px;
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  /* -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 11%);
  box-shadow: 0 0 12px rgb(0 0 0 / 11%); */
}

.officer_sec:after {
  content: "";
  height: 45px;
  width: 55px;
  background: transparent;
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 5px;
  background: url(../images/curve_border.png) no-repeat top left;
}

.officer_sec:before {
  content: "";
  height: 45px;
  width: 55px;
  background: transparent;
  position: absolute;
  z-index: 1;
  right: -30px;
  top: 5px;
  background: url(../images/curve_border_2.png) no-repeat top left;
}

.info_officer {
  background: #fff;
  padding: 15px 10px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  text-align: center;
}

.info_officer figure {
  height: 120px;
  width: 120px;
  overflow: hidden;
  border: 2px solid #000050;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info_officer figure img {
  max-height: 120px;
  max-width: 100%;
}

.info_officer h5 {
  color: #265CC0;
}

.info_officer h6 {
  color: #123456;
}

.info_officer small {
  display: block;
  padding-bottom: 5px;
}

.info_officer a {
  border-radius: 100px;
  margin-top: 10px;
  color: #dc3545;
  border-color: #dc3545;
}

.footer-top h4.info_off_ttl {
  text-align: center;
  color: #e9010e;
}

.staff_inner {
  padding: 60px 0px 0px 0px;
}

.staff_inner .nav-pills .nav-item {
  margin-bottom: 7px;
  margin-top: 7px;
}

.staff_inner .nav-pills .nav-link {
  border-left: 3px solid transparent;
  border-radius: 0px;
  padding: 2px 10px;
  font-family: 'Merriweather', serif;
}

.staff_inner .nav-pills .nav-link:hover {
  font-weight: 600;
  font-size: 15px;
}

.staff_inner .nav-pills .nav-link.active,
.staff_inner .nav-pills .show>.nav-link {
  color: #e9010e;
  font-weight: 600;
  font-size: 16px;
  border-left-color: #e9010e;
  background-color: transparent;
}

.team_search .form-control {
  font-size: 14px;
  height: calc(2em + 1rem + 2.5px);
  border: 1px solid #e7e7e7;
}

.team_search .btn {
  font-size: 18px;
}

.team_search .btn:hover {
  background: #fff;
  color: #e9010e;
  border-color: #e7e7e7;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.team-member {
  transition: all .1s ease;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  text-shadow: 0px 2px 4px hsla(0, 0%, 49%, 0.18);
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.member-image {
  max-height: 245px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}

.member-image img {
  width: 100%;
}

.team-member .member-name {
  font-weight: 600;
  color: #123456;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 5px;
  opacity: 1;
}

.block_designation {
  color: #484b4d;
  opacity: 1;
  font-size: .975rem;
  display: block;
  margin-bottom: 0.5rem;
}

.flex {
  display: flex;
}

.items-start {
  align-items: flex-start;
  color: #0275c8;
}

.team-member svg,
.text-sm svg {
  height: 1rem;
  transition: all .4s ease;
}

.mail_text {
  padding-left: 5px;
}

.team-details {
  top: 100%;
  left: 0;
  background: #fff;
  transition: all .4s ease-out;
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-media>a:not(:last-child) {
  margin-right: 10px;
}

.team-details .learn-more svg {
  margin-left: 10px;
  margin-top: 5px;
  height: 0.9rem;
}

.team-details .learn-more {
  margin-top: 1rem;
}

.relative {
  position: relative;
}

.h-full {
  height: 100%;
}

.team-member:hover .team-details {
  top: 0;
  transition: all .4s ease-out;
}

.short_dtl {
  font-size: .875rem;
  padding-top: 20px;
}

.social-media a {
  display: inline-block;
}

.social-media svg,
.contact svg {
  height: 1rem;
  transition: all .4s ease;
}

.staff_image {
  padding-bottom: 20px;
  position: relative;
}

.box-1,
.box-2,
.box-3 {
  display: block;
  position: absolute;
  background: #0275c8;
}

.box-1,
.box-2 {
  height: 66%;
  width: 69%;
  opacity: .2;
}

.box-1 {
  -webkit-animation: image-shake-horizontal-1 40s ease infinite;
  animation: image-shake-horizontal-1 40s ease infinite;
  left: -60px;
  top: 21px;
}

.box-2 {
  -webkit-animation: image-shake-horizontal-2 40s linear infinite;
  animation: image-shake-horizontal-2 40s linear infinite;
  left: -39px;
  top: 61px;
}

.box-3 {
  -webkit-animation: image-shake-vertical 40s linear infinite;
  animation: image-shake-vertical 40s linear infinite;
  height: 82%;
  width: 100%;
  top: -60px;
  right: -21px;
}

.modal{
  overflow-x: hidden;
  overflow-y:hidden;
}
.modal-body{max-height: 700px; overflow-y: auto;}

@-webkit-keyframes image-shake-horizontal-1 {

  0%,
  to {
    transform: translate(20px, 40px)
  }

  50% {
    transform: translate(40px, 60px)
  }
}

@keyframes image-shake-horizontal-1 {

  0%,
  to {
    transform: translate(20px, 40px)
  }

  50% {
    transform: translate(40px, 60px)
  }
}

@-webkit-keyframes image-shake-horizontal-2 {

  0%,
  to {
    transform: translate(5px, -10px)
  }

  50% {
    transform: translate(30px, -30px)
  }
}

@keyframes image-shake-horizontal-2 {

  0%,
  to {
    transform: translate(5px, -10px)
  }

  50% {
    transform: translate(30px, -30px)
  }
}

@-webkit-keyframes image-shake-vertical {

  0%,
  to {
    transform: translateY(40px)
  }

  25% {
    transform: translateY(80px)
  }

  50% {
    transform: translate(-40px, 80px)
  }

  75% {
    transform: translateY(60px)
  }
}

@keyframes image-shake-vertical {

  0%,
  to {
    transform: translateY(40px)
  }

  25% {
    transform: translateY(80px)
  }

  50% {
    transform: translate(-40px, 80px)
  }

  75% {
    transform: translateY(60px)
  }
}

.contact b {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #123456;
  font-weight: 400;
}

.team_education {
  border-top: 1px solid #b9d2ff;
  padding-top: 20px;
  margin-top: 20px;
}

.edu_ttl {
  color: #123456;
  margin-bottom: 10px;
}

.text-light p {
  color: #567890;
}

.staff_desc_box {
  padding-left: 90px;
  font-size: 15px;
  font-weight: 400;
  color: #123456;
  line-height: 30px;
  text-align: justify;
}

.staff_desc_box h3 {
  padding-bottom: 15px;
  font-size: 20px;
  text-align: left;
}

.staff_desc_box h5,
.staff_desc_box h6 {
  padding-bottom: 10px;
}

.team_dtl_tab {
  padding-top: 60px;
}

.bikash_tabs.team_dtl_tab .tab-content {
  min-height: 100px;
  border-right: none !important;
}

.bikash_tabs .nav-tabs li a {
  padding: 2px 20px 2px;
}

.bikash_tabs.team_dtl_tab .tab-content ul li a {
  font-size: 15px;
}

.moretext {
  display: none;
}

.moreless-button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  margin-top: -70px;
  color: #0275c8;
  background: linear-gradient(0deg, rgb(237 237 237 / 100%), rgb(237 237 237 / 75%), rgb(237 237 237 / 50%), rgb(237 237 237 / 0%))
}

.moreless-button span {
  position: absolute;
  bottom: 0;
  left: 0;
}

.moreless-button:hover {
  color: #e9010e;
}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #7aaedd #e1ecff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 9px;
}

*::-webkit-scrollbar-track {
  background: #e1ecff;
}

*::-webkit-scrollbar-thumb {
  background-color: #7aaedd;
  border-radius: 25px;
  border: 2px solid #e1ecff;
  position: absolute;
  z-index: 999;
  width: 16px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #265CC0;
}


@media only screen and (min-width: 991px) and (max-width: 1900px) {

  /* Header Sticky */
  .nav_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 10px #00000021;
    -moz-box-shadow: 0px 0px 10px #00000021;
    box-shadow: 0px 0px 10px #00000021;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown 1s both 0.2s;
  }
}

@media only screen and (max-width: 1920px) {
  .department_sec .item-inner figure img {
    height: 160px;
    width: 160px;
  }

  .staff_list .item-inner .card-title {
    font-size: 18px;
  }

  .staff_list .item-inner h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1700px) {
  .department_sec .item-inner figure img {
    height: 150px;
    width: 150px;
  }

  .staff_list .item-inner .card-title {
    font-size: 17px;
  }

  .staff_list .item-inner h6 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1500px) {
  .department_sec .item-inner figure img {
    height: 140px;
    width: 140px;
  }

  .staff_list .item-inner .card-title {
    font-size: 16px;
  }

  .staff_list .item-inner h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1366px) {
  .department_sec .item-inner figure img {
    height: 130px;
    width: 130px;
  }
}

@media only screen and (max-width: 1280px) {
  .department_sec .item-inner figure img {
    height: 120px;
    width: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo_sec {
    padding: 10px 0px;
  }

  .logo_img {
    min-width: 75px;
    margin-top: 0px;
    padding: 0px;
  }

  .logo_sec img {
    max-height: 75px;
  }

  .logo_text {
    max-width: 75%;
  }

  .header_btn a {
    margin-right: 0px;
  }

  .gov_logo {
    padding-top: 15px;
  }

  .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%;
  }

  .notice_slider {
    margin-top: -5px;
  }

  .ministry_sec h5 {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .ministry_sec .btn-primary {
    position: relative;
    right: 0;
    float: right;
    margin-right: 5px;
  }

  .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,
  .useful-link li h4 {
    font-size: 14px;
  }

  .ministry_sec h5 span,
  .contact_us_inner h4 {
    font-size: 18px;
  }

  .widget-box h3 {
    font-size: 16px;
  }

  .widget-box h3 i {
    font-size: 24px;
  }

  .logo_sec.logo_eng .logo_text b,
  .footer_logo_sec span {
    font-size: 20px;
  }

  .logo_sec.logo_eng .logo_text span {
    font-size: 12px;
  }

  .nav_sec.eng_menu .navbar-nav .nav-link {
    padding: 0.5rem 0.3rem;
  }

  .logo_text {
    padding-left: 2px;
  }

  .feedback {
    padding: 0px 5px;
  }

  .widget-box h3 {
    margin-bottom: 5px;
  }

  .useful-link li a {
    padding: 2px 2px;
  }

  .footer-top h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .footer_logo_sec img {
    max-height: 50px;
    max-width: 50px;
    margin-right: 2px;
  }

  .download-list .bikash_tabs .nav-tabs li {
    margin: 0 0 0.5em 0 !important;
  }

  .download-list .bikash_tabs .nav-tabs li a {
    margin-right: 0px;
    padding: 5px 15px 5px !important;
  }

  .download-list .bikash_tabs .nav-tabs li a i {
    margin-right: 2px;
  }

  .contact_address .row {
    margin-bottom: 45px;
  }
  .gov_logo ul li a{font-size: 14px;}
  .ntc_time_table .card-body ul li{font-size: 13px;}
  .abt_notice{min-height: 350px;}
  .ntc_time_table .card-body{padding: 0.5rem 1rem 1rem 1rem;}
  .ntc_time_table .card-footer{padding: .75rem 1.25rem;}

}

@media only screen and (max-width: 991px) {
  .logo_img {
    height: auto;
  }
  header {
    min-height: 90px;
  }
  .navbar-toggler {
    padding: 0.15rem 0.45rem;
  }

  .logo_sec.logo_eng .logo_text b {
    line-height: 25px;
  }

  .logo_text {
    max-width: 68%;
  }

  .logo_sec {
    padding: 5px 0px 2px 0px;
  }

  .logo_sec img {
    max-height: 90px;
  }

  .logo_text b {
    font-size: 24px;
  }

  .logo_text span,
  .logo_sec.logo_eng .logo_text span {
    font-size: 15px;
  }

  .gov_logo {
    margin-left: -15px;
  }

  .gov_logo,
  .mid-right-link {
    padding-top: 2px;
  }

  .gov_logo figure {
    position: absolute;
    z-index: 0;
    top: 0px;
    margin-top: 0px;
    right: -10px;
    border: none;
    margin-right: 0px;
    opacity: .5;
  }

  .gov_logo figure img {
    max-height: 100px;
  }

  .gov_logo ul li {
    padding: 0px;
    border: 0;
  }

  .gov_logo ul,
  .gov_logo ul li {
    display: block;
    width: 100%;
  }

  .gov_logo ul li a {
    margin-top: 5px;
  }

  .header_btn a {
    font-size: 14px;
  }

  .mid_part {
    padding: 0px 0px 45px 0px;
  }

  .ntc_time_table {
    padding-top: 0px;
    margin-top: -100px;
  }

  .ntc_time_table .card {
    margin-top: 0px;
  }

  .abt_notice {
    margin-top: 15px;
  }

  .hospital_table {
    padding-bottom: 0px;
  }

  .num_box {
    margin-bottom: 0px;
  }

  .b_2 {
    margin-right: 0px;
  }

  .b_3 {
    margin-left: 0px;
  }

  .b_1:before,
  .b_2:before,
  .b_3:before {
    display: none;
  }

  /*.mid_body{padding-bottom: 30px;}*/
  .numeric_sec,
  .bikash_tabs {
    margin-bottom: 30px;
  }

  .nav_sec .navbar-nav .nav-link {
    display: block;
    border-left: 0px;
    text-align: left !important;
  }

  .nav_sec {
    position: relative;
  }

  #navbarResponsive {
    position: absolute;
    width: 100%;
    top: 0px;
    background: #265CC0;
    z-index: 99;
  }

  .navbar-dark .navbar-toggler {
    color: #fff;
    opacity: 1;
    margin-left: 15px;
    position: absolute;
    z-index: 999;
    background: #ef5350;
    right: -15px;
    bottom: 35px;
  }

  .navbar-dark .navbar-toggler:hover {
    background: #e9010e;
  }

  .nav_sec .navbar-nav li,
  .nav_sec.eng_menu .navbar-nav .nav-link {
    display: block;
    width: 100%;
  }

  .nav_sec.eng_menu .navbar-nav .nav-link {
    text-align: left;
    padding: 0.5rem 1rem;
    border-top: 1px solid rgb(225 236 255 / 15%);
  }

  .ministry_sec .owl-carousel .owl-item figure img {
    max-height: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }

  .ministry_sec .card-body h4 {
    text-align: center;
    font-size: 16px;
  }

  .ministry_sec p {
    font-size: 14px;
  }

  .ministry_sec h5 {
    text-align: center;
  }

  .mid-right-link {
    max-width: 90%;
    padding-left: 0px;
    text-align: center;
    z-index: 1;
  }

  .header_btn a {
    margin-right: 0px;
  }

  .training_link a {
    padding: 5px 25px;
  }

  .top-row .left-box ul li {
    padding: 0px 5px;
  }

  .right-box ul li.check-mail a,
  .header_btn 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;
  }

  .nav_sec .navbar-nav .nav-link i {
    min-width: 30px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  .download-list .bikash_tabs .nav-tabs li a,
  .dtl_sec table th,
  .dtl_sec table td {
    font-size: 14px !important;
  }

  .display-md-none {
    display: none !important;
  }

  .message-box:after {
    right: 48%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 18px;
    margin-top: -35px;
  }

  .home_abt_sec {
    padding-bottom: 15px;
  }

  .home_abt_sec .widget-box {
    margin-top: 15px;
  }
  .contact_address .row {
    margin-bottom: 30px;
  }
  .services_page, .staff_inner, .contact_us_inner, .bikash_gallery {padding-top: 30px;}
  .dept_list .dept-box{margin: 0px;}
  .hsakib .widget-box, .dept_list .dept-box{margin-bottom: 20px;}
  .officer_sec{margin-bottom: 15px; padding-bottom: 15px;}
  .staff_desc_box h3 {font-size: 18px;}
  .staff_desc_box{padding-left: 0px;}
  .officer_sec:before, .officer_sec:after{display: none !important;}
}

@media only screen and (max-width: 768px) {
  .ministry_sec .owl-carousel .owl-dots {
    right: auto;
  }

  .capacity_box {
    min-width: 28%;
  }
}

@media only screen and (max-width: 767px) {
  .useful-link li {
    width: 48.2%;
    margin-top: 0px;
  }

  #navbarResponsive {
    top: 0px;
  }

  .gov_logo {
    text-align: left !important;
  }

  .gov_logo ul li {
    padding: 0px;
  }

  .training_link a {
    border: 0;
  }

  .social-box {
    display: none !important;
  }

  .footer-bottom .col-md-5.text-right {
    text-align: left !important;
  }

  .download-list .bikash_tabs .nav-tabs li {
    margin-top: 2px;
  }

  .download-list .bikash_tabs .nav-tabs li a {
    text-align: left;
  }

  .logo_wrap {
    padding-left: 0px;
  }

  .top-row .date-time-sec {
    padding-right: 0px;
  }

  .right-box ul li.clock_time {
    display: none;
  }

  .gov_logo ul li a {
    text-align: left;
  }

  .dept_list .dept-box {
    font-size: 14px;
  }

  .gov_logo ul li a {
    font-size: 13px;
  }

  .ministry_sec .my-ttl {
    margin-top: 15px;
  }

  .ministry_sec .my-ttl,
  .ministry_sec .my-ttl.text-left h4 {
    text-align: center !important;
    width: 100%;
  }

  .ministry_sec .my-ttl h4 img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_logo_sec{margin-top: 10px;}
}

@media only screen and (max-width: 686px) {
  .top-row .left-box ul li {
    font-size: 11px;
  }

  .logo_text {
    padding-left: 0px;
    max-width: 67%;
    margin-top: -10px;
  }

  .gov_logo figure {
    right: -30px;
  }

  .top-row {
    background: #304782;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 2px solid #22325c;
  }

  .right-box {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0px;
    text-align: left !important;
  }

  .navbar-dark .navbar-toggler {
    bottom: 4px;
    right: -10px;
    line-height: 2px;
    font-size: 1rem;
    padding: 0.01rem 0.25rem;
  }

  .nav_sec {
    position: absolute;
    top: 32px;
    width: 100%;
  }

  .mid-right-link {
    max-width: 100%;
  }

  ul li.language.active a:before {
    right: 9%;
  }

  .right-box ul.head-top-ul li:first-child {
    display: none;
  }

  .right-box:after,
  .head-top-ul:after {
    display: none;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 18px;
    line-height: 25px;
  }

  .logo_sec.logo_eng .logo_text span {
    font-size: 12px;
  }

  .gov_logo ul li {
    border-right-color: transparent;
  }

  .bikash_tabs .nav-tabs li {
    margin: 0 0.2em 0.5em 0 !important;
  }
  .bikash_tabs .nav-tabs li a {
    padding: 5px 15px 5px;
  }
  .right-box:before{display: none !important;}
}

@media only screen and (max-width: 600px) {
  .logo_sec.logo_eng .logo_text b {
    font-size: 17px;
  }

  .message-box h5 {
    font-size: 16px;
  }

  .gov_logo ul li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.9rem;
  }

  .top-row .left-box ul li:nth-child(2n),
  .gov_logo ul li a small {
    display: none;
  }

  .gov_logo {
    padding-top: 0px;
  }

  .gov_logo figure {
    top: auto;
    bottom: 0;
  }

  .gov_logo ul li:last-child {
    padding-left: 0px;
  }

  .gov_logo ul li a:hover {
    border-color: #e9010e;
  }

  .gov_logo ul li.active a {
    background: #fff;
    border-color: #e9010e;
  }

  .gov_logo {
    padding-top: 20px;
    margin-left: -15px;
    text-align: left !important;
  }

  .social-head li a {
    font-size: 16px;
    padding: 3px;
  }

  .right-box.text-right,
  .social-head {
    text-align: left !important;
  }

  .mid-right-link {
    position: relative;
    top: 0px;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 20px;
  }

  .gov_logo {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .gov_logo ul li {
    display: inline-block;
    position: relative;
    width: auto;
    margin-top: -25px;
    margin-left: 5px;
  }

  .gov_logo ul li a {
    margin-top: 0px;
    padding: 2px 10px 2px 2px;
  }

  .logo_text {
    width: 100%;
    max-width: 75%;
  }

  .bikash_tabs .nav-tabs li a i {
    margin-right: 5px;
  }

  .bikash_tabs .nav-tabs li a,
  .bikash_tabs .nav-tabs li a i {
    font-size: 14px;
  }

  .b_1,
  .b_3 {
    margin-right: 0px;
  }

  .b_2,
  .b_3,
  .b_4 {
    margin-left: 0px;
  }

  .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,
  .footer-top h4,
  .footer_logo_sec span {
    font-size: 18px;
  }

  .my-ttl h4,
  .ministry_sec .my-ttl h4 span {
    font-size: 20px;
  }

  .widget-box h3,
  .contact_us_inner h4 {
    font-size: 18px;
  }

  .dwn_box span.ttl,
  .dwn_box div.ttl,
  .dwn_box a i,
  .footer-top ul li a,
  .footer-top .contact_footer ul li,
  .side-widget .text-area a {
    font-size: 14px;
  }

  .dwn_box .card-body h6,
  .footer-top a,
  .marquee-with-options a,
  .events-ticker h4 span {
    font-size: 13px;
  }

  .footer-top ul li a,
  .footer-top .contact_footer ul li {
    line-height: 20px;
  }

  .dash_info .card-body span.counter {
    float: right;
    min-width: 75px;
    text-align: center;
    line-height: 15px;
  }

  .footer-top ul {
    margin-bottom: 15px;
  }

  .mid_part {
    padding: 0px 0px 15px 0px;
  }
  .services_page{padding-top: 20px;}
  .marquee-with-options a {
    font-weight: 500;
  }

  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p {
    font-size: 14px;
  }

  .dtl_sec p {
    line-height: 24px;
  }

  .main-modal {
    padding-top: 30px;
  }

  .item-inner figure {
    max-height: 400px;
  }

  .bikash_tabs .nav-tabs li {
    margin: 0 0 0.5rem 0 !important;
  }

  .bikash_tabs .nav-tabs li a {
    margin-right: 0px;
  }

  .my-ttl,
  .my-ttl h4 {
    text-align: center;
    display: block;
    width: 100%;
  }

  .home_abt_sec {
    padding-top: 15px;
  }

  .counter_sec,
  .tab_tech_sec {
    padding: 30px 0 30px 0;
  }

  .counter_box {
    margin-top: 15px;
  }

  .counter_box h4 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .counter_box figure {
    height: 70px;
    width: 70px;
  }

  .capacity_sec {
    padding-bottom: 30px;
  }

  .dept_sec {
    padding-top: 30px;
  }

  .footer-top {
    padding: 30px 0px 20px 0px;
  }

  .contact_address .row {
    margin-bottom: 15px;
  }

  #divgrid .item-inner figure,
  .dtl_sec #divlist figure {
    margin-bottom: 0px;
    min-height: 100px;
    max-height: 200px;
  }

  .view_type {
    display: none !important;
  }

}

@media only screen and (max-width: 481px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.7rem;
  }

  .bikash_tabs .nav-tabs li {
    width: 50% !important;
  }

  .logo_sec {
    padding: 5px 0px;
  }

  .logo_text b {
    line-height: 34px;
  }

  .logo_text b {
    font-size: 20px;
  }

  .logo_text span {
    font-size: 14px;
    padding-top: 5px;
  }

  .dash_info ul.dash_list li,
  .message-box h5 {
    font-size: 14px;
  }

  p,
  .paragraph,
  .cms-text p,
  .ministry_sec p,
  .dtl_sec p,
  .d_t {
    font-size: 13px;
  }

  .dash_info .card-body span.counter {
    padding: 2px 5px;
  }

  .logo_sec img {
    max-height: 75px;
  }

  .logo_text b {
    line-height: 24px;
  }

  .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 {
    line-height: 20px;
  }

  .logo_sec.logo_eng .logo_text span {
    line-height: 15px;
  }

  .message-box h5 span,
  .message-box h6 span {
    min-width: 90px;
  }

  .capacity_box {
    min-width: 42%;
  }

  .bikash_tabs .nav-tabs li {
    margin: 0 0 0.2rem 0 !important;
  }

  .btn.btn-outline-danger.btn-sm.v_all {
    padding: 2px 10px;
  }

  .head-top-ul li {
    margin-right: 5px;
    padding-left: 0px;
  }
  .right-box ul.social-head li a{padding: 3px 3px;}

}

@media only screen and (max-width: 420px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.6rem;
  }

  .gov_logo ul li {
    margin-top: 0px;
    margin-bottom: 2px;
  }

  .d-tab-none,
  .gov_logo figure,
  .right-box ul li.top_date {
    display: none;
  }

  .gov_logo {
    margin-left: auto;
    margin-right: -15px;
    text-align: right !important;
  }

  .social-head {
    padding-right: 0px;
  }

  .top-row .left-box ul li {
    display: none;
  }

  .top-row .left-box ul li:first-child {
    display: inline-block;
    border: 0;
  }

  .navbar-dark .navbar-toggler {
    right: -5px;
  }

  .right-box ul li a {
    font-weight: 500;
  }

  .logo_img {
    min-width: 60px;
  }

  .gov_logo {
    bottom: 2px;
  }

  .gov_logo figure img {
    opacity: 0.1;
    max-height: 75px;
  }

  .navbar-dark .navbar-toggler {
    padding: 0px 5px;
  }

  .logo_text b,
  .num_box h4,
  .my-ttl h4, .ministry_sec .my-ttl h4 span {
    font-size: 18px;
  }

  .logo_text b {
    line-height: 24px;
  }

  .logo_text span,
  .dtl_sec table th,.staff_desc_box{
    font-size: 14px;
  }

  .staff_desc_box h6 {font-size: 15px;}

  .capacity_box h5,
  .widget-ttl h3, .staff_desc_box h5 {
    font-size: 16px;
  }

  .logo_sec.logo_eng .logo_text span,
  .dept_list .dept-box,
  .dtl_sec table td {
    font-size: 13px;
  }

  .my-ttl h4 small {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 393px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.5rem;
  }

  .gov_logo {
    margin-left: -15px;
  }

  .gov_logo ul li {
    margin-left: 2px;
  }

  .gov_logo ul li:first-child {
    margin-left: 0px;
  }

  .notice_slider a {
    font-size: 14px;
    line-height: 18px;
  }

  .ntc_time_table .card-header,
  .hospital_table table th.tbl_main_ttl {
    font-size: 16px;
  }

  .ntc_time_table .card-body ul {
    text-align: center;
  }

  .ntc_time_table .card-body ul li span {
    float: none;
    display: block;
  }

  .ntc_time_table .card-footer span {
    display: block;
    width: 100%;
  }

  .capacity_box {
    margin: 5px;
  }
  .footer-top ul li a, .footer-top .contact_footer ul li{font-size: 13px;}

}

@media only screen and (max-width: 386px) {

  .right-box ul li img,
  .right-box ul li.check-mail a i {
    display: none;
  }

  .dash_info .card-header,
  .ministry_sec .card-body h4,
  .card-header h4,
  .footer-top h4 {
    font-size: 16px;
  }

  .bikash_tabs .nav-tabs li a,
  .bikash_tabs .nav-tabs li a i,
  .widget-box h3,
  .tab_sec .nav-tabs li a,
  .notice_slider 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,
  .marquee-with-options a,
  .events-ticker h4 span,
  .side-widget ul li {
    font-size: 13px;
  }

  .contact_person ul li,
  .footer-bottom {
    font-size: 12px;
  }

  .contact_person ul li {
    line-height: 20px;
  }

  .dash_info .card-body span.counter {
    min-width: 60px;
  }

  .logo_text span,
  .dtl_sec table th {
    font-size: 13px;
  }

  .logo_sec.logo_eng .logo_text span,
  .dtl_sec table td {
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.4rem;
  }

  header .col-lg-6.col-md-6.col-sm-5.col-3.text-right {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .logo_sec.logo_eng .logo_text b {
    font-size: 16px;
  }

  .logo_text {
    max-width: 70%;
  }


  .dept_sec.dept_list .col-xl-2.col-lg-3.col-md-4.col-sm-4.col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .notice_slider a,
  .btn.btn-outline-danger.btn-sm.v_all {
    font-size: 13px;
  }

  .d_t {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {

  .item-inner .card-body,
  .dtl_sec .card-body {
    padding: 0.3rem;
  }

  .side-widget .thumb img {
    max-height: 45px;
  }

  .side-widget ul li {
    font-size: 12px;
  }

  .dept_sec .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-bottom a{min-width: 370px;}
}