@media print {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-size: 18pt !important;
  }
  h5.page-title {
    font-size: 20pt !important;
  }
  div.page-content p {
    font-size: 20pt !important;
  }
  div.page-content li {
    font-size: 20pt !important;
  }
  .noprint {
    display: none;
  }
}

/* Font Family */
.font-noto {
  font-family: 'Noto Sans', sans-serif;
}

.font-nunito {
  font-family: 'Nunito', sans-serif !important;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.bg-nepalblue {
  background-color: #ad2431 !important;
  color: #ffffff;
}
.bg-nepalred {
  background-color: #17a2b8!important;
  color: #ffffff;
}
.border-nepalblue {
  border: none;
  border-bottom: 1px solid #003893;
}
#notices-ticker li {
  font-size: 14px;
  color: #003893;
}
.font-14 {
  font-size: 14px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.font-blue {
  color: #003893;
}
.font-blue-light {
  color: #6891d4;
}
.font-weight-semibold {
  font-weight: 500;
}
html[lang=np] .font-weight-semibold {
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

/* Navbar */
#navbarNav .navbar-nav .nav-link {
  letter-spacing: 0.5px;
}
#navbarNav .dropdown-menu {
  border-radius: 0;
  margin-top: 8px;
  border-top:#17a2b8;
  webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
#navbarNav .dropdown-menu .dropdown-item {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #555;
  background-color: #6c757d9e;
}
#navbarNav .dropdown-menu .dropdown-item:hover {
  background-color: gray;
  color: #000000;
}

/* Label */
.label {
  font-weight: 500;
  color: #696c71;
  font-size: .9rem;
  margin-bottom: .3rem;
}

.btn-nepalblue {
  background: #003893;
  border: 1px solid #003893;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.paddingtop-10 {
  padding-top: 10px;
}
.nav-tabs .nav-link {
  /* color: #6f6f6f; */
  color: #212529;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-bottom: 2px solid transparent !important;
  /* border-top-left-radius: 0.25rem; */
  /* border-top-right-radius: 0.25rem; */
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: transparent;
  border: none;
  color: #0056b3;
  border-bottom: 2px solid #0056b3 !important;
}
.br-50 {
  /*border-radius: 50px;*/
}
.txt-red {
  color: #dc143c !important;
}
.txt-white {
  color: #ffffff !important;
}
.font-15 {
  font-size: 15px;
}
.font-13 {
  font-size: 13px;
}
.tab-pane li {
  background: #ffffff;
  font-size: 13px;
  width: 100%;
  text-align: left;
  margin-bottom: 1px;
  padding: 2px 4px;
  /*border-bottom: 1px solid #8e8e8e;*/
  display: inline-block;
}
.tab-pane li a {
  float: left;
  width: 100%;
  font-weight: 600;
  padding: 5px 4px;
  text-decoration: none;
  border-bottom: 1px solid #e2ddddc4;
}
.tab-pane li a:hover {
  /*box-shadow: 0 7px 10px -6px #8e8e8e;*/
}
.font-12 {
  font-size: 12px;
}
.half-block {
  width: 50% !important;
}
a.btn-primary:hover {
  background: #007bff;
}
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fw-800 {
  font-weight: 800;
}
.no-ul {
  text-decoration: none;
}
.no-ul:hover {
  text-decoration: none;
}
.cust-card {
  border-top: none;
  border-right: none;
  border-left: 2px solid #dc143c;
  border-radius: unset;
}
.cust-card card-body {
  padding: 0.6rem;
}
.cust-card a {
  display: block;
}
.cust-p {
  margin: 0;
  font-size: 13px;
}
.red-top-border {
  border-top: 2px solid #dc143c;
}
.footer-back {
  background: #0070aa; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0070aa, #0070aa); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0070aa,
    #0070aa
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.right-border {
  border: none;
  border-right: 1px solid #ffffff;
}
.hr-border {
  border: 1px solid #ffffff;
  margin-top: 6px;
}
.white-border {
  border-top: 1px solid #ffffff;
}
.bg-lightblue {
  background: #4d6996;
}
.bg-darkblue {
  background: #003893;
  color: #ffffff;
}
.card-button {
  margin-bottom: 15px;
  background: #dfdfe4;
  margin-left: 20px;
}
.services-bg {
  background: #4d6996;
  display: inline-block;
  width: 100%;
}
.text-black {
  color: #000000;
}
.font-14 {
  font-size: 14px;
}
.card-footer-extra {
  min-height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.font-16 {
  font-size: 16px;
}
/*.bx-wrapper {
    height: 300px !important;
}*/
.bxslider {
  width: 100%;
}
.block_title {
  color: #003893;
}

.module {
  align-items: flex-start;
  justify-content: flex-start;
}
.module span.module_name {
  font-size: 14px;
  margin: 0 0 0 10px;
  display: inline-block;
  font-weight: 600;
}
.hexagon {
  position: relative;
  /* width: 60px; */
  padding-right: 5px;
  padding-left: 5px;
  height: 22px;
  background-color: #003893;
  margin: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  margin-right: 8px;
}
.hexagon:before {
  content: " ";
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.hexagon:before {
  left: 100%;
  border-left: 11px solid #003893;
}
/*
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    line-height: 7px;
    padding-left: 1.5rem;
}
*/

.sticky-container {
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 220px;
  width: 200px;
}

.sticky li {
  list-style-type: none;
  background-color: #ffffff;
  color: #003893;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
              filter: gray;
              -webkit-filter: grayscale(100%); */
}

.sticky li:hover {
  margin-left: -115px;
  /*-webkit-transform: translateX(-115px);
  -moz-transform: translateX(-115px);
  -o-transform: translateX(-115px);
  -ms-transform: translateX(-115px);
  transform:translateX(-115px);*/
  /*background-color: #8e44ad;*/
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  /*-webkit-filter: grayscale(0%);*/
}

.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}

.sticky li p {
  padding: 0px;
  margin: 0px;
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
  line-height: 43px;
}

#map {
  height: 200px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.btn-white {
  background: #ffffff;
  color: #007bff !important;
  font-weight: bold;
}
.search_input {
  width: 170px;
  margin-top: 6px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.new-card {
  background-color: #3498db36;
  padding: 0.5rem;
  min-height: 58px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px #e0e0e0;
  border-radius: 4px;
}
.gray_body {
  background-color: #f2f2f2;
}
.font-873em {
  font-size: 0.803em;
}
.font-833rem {
  font-size: 0.833rem;
}
a.font-873em {
  text-decoration: none;
  color: #000 !important;
}
.new-card-measurement {
  background-color: #fff;
  /* text-transform: uppercase; */
  padding: 0.5rem;
  box-shadow: 0 2px 4px #e0e0e0;
  border-radius: 4px;
}
.new-card-measurement a {
  color: #000 !important;
  text-decoration: none;
}
.ptb-10 {
  padding: 10px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.bg-white {
  background-color: #ffffff;
}
.pt-10 {
  padding-top: 10px;
}
.ptb-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.modules-block {
  background-color: #6c757d;
  padding: 10px 0;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  width: 12.5%;
  font-size: 10px;
}
.modules-block a {
  text-decoration: none;
}
.modules-block:hover{
  background-color: #17a2b8;
}
.blocks-custom div.col-md-3:nth-child(n + 5) {
  border-bottom: 0;
}
.blocks-custom div.col-md-3:nth-child(4n + 4) {
  border-right: 0;
}
.footer_title {
  font-size: 0.933rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  text-underline-position: under;
}
.footer_list a {
  font-size: 0.833rem;
  text-decoration: none;
}
.footer_list li {
  font-size: 0.833rem;
}
.map-pos-relative {
  width: 100%;
  min-height: 400px;
  background-color: #ffffff !important;
}
.absolute-map-search {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 99999;
}
.font-700 {
  font-weight: 700;
}
.page {
  background-color: #ffffff;
}
.page-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.page-content {
  padding: 10px 15px;
  text-align: left;
}
.page-content p {
  text-align: justify;
  font-size: 14px !important;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #000000;
}

.page-content li {
  text-align: justify;
  font-size: 14px !important;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  margin-bottom: 0.2rem;
  color: #000000;
}
.pos-relative {
  position: relative;
}
.page-print-block {
  position: absolute;
  top: 24px;
  right: 20px;
}
.contact-block {
  color: #003893;
  text-align: center;
}
.contact-block h3 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.5rem;
}
.contact-block h4 {
  margin-top: 4px;
  font-weight: bold;
  font-size: 1rem;
}
.contact-block h5 {
  margin-top: 4px;
  font-weight: bold;
  font-size: 0.8rem;
}
.contact-block p {
  font-size: 0.8rem;
  margin-bottom: 2px;
}
.font-1rem {
  font-size: 1rem;
}
label.error {
  font-size: 0.833rem;
  color: red;
}
.flex-center {
  display: flex;
  align-items: center;
}

.font-point9em {
  font-size: 0.85em;
  color: #655e5e !important;
}
h4.info_officer {
  font-size: 15px;
  color: #212529;
  font-weight: bold;
  margin-top: 0.7em;
}
.float-btn {
  position: absolute;
  bottom: 10px;
  right: 30px;

  background-color: #007bff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8em;
  padding: 6px;
  border: 1px solid #c0c0c0;
  text-decoration: none;
}
.float-btn:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.section-heading.style-2 {
  text-align: left;
}
.section-heading.style-2 .line {
  width: 100%;
}
.section-heading .line {
  width: 150px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-heading.style-2 .line::after {
  left: 0;
  margin-left: 0;
}
.section-heading .line::after {
  width: 60px;
  height: 2px;
  background-color: #dc143c;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.media-slides {
  position: relative;
  z-index: 1;
}
#photo_slider .owl-prev,
#photo_slider .owl-next,
#video_slider .owl-prev,
#video_slider .owl-next {
  background-color: #003893;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: -58px;
  right: 38px;
}
#photo_slider .owl-next,
#video_slider .owl-next {
  right: 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.w-100-percent {
  width: 100% !important;
}
.single-blog-post .post-content .post-title {
  color: #000000;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
}
.single-blog-post .post-content .post-title:hover {
  text-decoration: none;
}
.font-1em {
  font-size: 1rem;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.color-darkgray {
  color: #7b7878;
}
.mt-20 {
  margin-top: 20px;
}
.ptb-5 {
  padding: 5px 0;
}
.mt-10 {
  margin-top: 10px;
}
.news_notices_block {
  font-size: 0.9rem;
  color: #292626 !important;
  text-decoration: none !important;
}
.news_notices_block_date {
  font-size: 0.75rem;
  color: #292626 !important;
  text-decoration: none !important;
}
.p-point9em {
  padding: 0.9rem;
}

/* Language switcher */
.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: -3px;
  left: 0px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
}
.lang-flag {
  width: 18px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-bottom: 0px;
}
.lang-dropdown {
  display: inline-block;
  background: #003893;
  border-radius: 5px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #003893;
}
.selecting-lang a:hover {
  text-decoration: none;
}
/* Language Switcher end */

#msgModal p {
  font-size: 0.873rem !important;
}
table.aided-projects {
  font-size: 0.9rem;
}
.font-18 {
  font-size: 18px;
}
.blue-border {
  border: 1px solid #003893;
}
table.products-services tbody tr:nth-of-type(odd) {
  background-color: #f1f1ff;
}
table.products-services thead th {
  text-transform: uppercase;
}
table.products-services tbody {
  font-size: 14px;
}
.modal-notice-image {
  width: 360px;
}
.skip-to-site {
  color: #dc143c;
  font-size: 1rem;
  font-weight: bold;
  opacity: 1;
}
.dropdown-menu {
  z-index: 99999;
}
.slider-block img {
  object-fit: cover;
  width: 100%;
  height: 272px;
}

div#photo_slider img {
  object-fit: cover;
  width: 100%;
  height: 280px;
}
@media (min-width: 1200px) {
  .modal-xlg {
    width: 90%;
  }
}
.unit-system-head {
  font-size: 1.2rem;
  font-weight: 500;
  min-width: 180px;
  background-color: #f9f9ff;
}

.mini-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #7e8188;
}

@media (max-width:768px)  {
  .modules-block {
    width:50%;
  }
  .nav.nav-tabs.list-unstyled.mb-3 {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .mt-3.text-center.pos-relative > img {
    width:100%;
  }
}

.fix-height-bard {
  height: 50px;
  overflow: hidden;
}
.tab-pane .card-body {
  height: 80px;
}
.intro-title {
  font-weight: bold;
    margin-bottom: 5px;
}
.home-intro-content p {
  font-size: 14px !important;
  background-color: none !important;
}
ul#notices-ticker {
  display: none;
}
.color-red {
  color: #dc143c;
}
a.post-title:hover {
  color: #003893 !important;
}

a.black-color {
  color: #ffffff !important;
}
a.black-color:visited {
  color: #000000 !important;
}
a.black-color:hover {
  color: #292a2b !important;
}
a.division-link {
  font-weight:bold;
  color: #000000 !important;
}
a.division-link:hover {
  color: #3498db !important;
}
a.division-link:hover {
  color: #3498db !important;
}
.color-lblue {
  color: #3498db !important;
}
.btm-border {
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding-bottom: 6px;
  margin: 0 10px 10px 10px;
}
.owl-video-wrapper {
  min-width: 445px;
}

.bottom-red-border {
  border-bottom: 3px solid #cf1e2b;
}

.pdl-10 {
  padding-left: 10px;
}

@media (min-width: 1600px) {
.lang2 {
  left: 170px !important;
}
}

@media (max-width: 1599px) {
  .lang2 {
    left: 90px !important;
  }
}

@media (max-width: 1400px) {
  .lang2 {
    left: 70px !important;
  }
}

@media (max-width: 1000px) {
  .lang2 {
    left: -40px !important;
  }
}


@media (max-width: 764px) {
  .lang2 {
    left: 0px !important;
  }
}
/* new additions */
#navbarNav .dropdown-menu {
padding: 0 !important;
marding:0 !important;
}

#navbarNav .dropdown-menu .dropdown-item {
background:#f6f6f6 !important;
color: #000 !important;
}

#navbarNav .dropdown-menu .dropdown-item:hover{
background: #cfcfcf !important;
}

#navbarNav .navbar-nav .nav-link {
  color: #fff !important;
}
#navbarNav .navbar-nav .nav-link:hover {
  color: #fff !important;
  background :#0e6876 !important;
}
#navbarNav .dropdown-menu {
padding: 0 !important;
marding:0 !important;
}

#navbarNav .dropdown-menu .dropdown-item {
background:#f6f6f6 !important;
color: #000 !important;
border-bottom:1px solid #a8a8a8 !important;
}

#navbarNav .dropdown-menu .dropdown-item:hover{
background: #cfcfcf !important;
}

#navbarNav .navbar-nav .nav-link:hover {
  color: #fff !important;
  background :#0e6876 !important;
}
.custom-flex div:last-child {
  margin-left: auto;
}
#lang-n-date {
  align-self: center;
  color:#003893;
  font-size: 14px;
  font-weight: 600;
}

@media(min-width: 768px) {

#navbarNav .navbar-nav .nav-item:hover .dropdown-menu{
  display: block!important;
}
}


#navbarNav .navbar-nav .nav-item:hover .dropdown-menu{
  display: block!important;
}

.navbar {
padding:0 !important;
}

.lang-dropdown {
    display: block;
    background: transparent;
    border-radius: 5px;
    margin-right: 10px;
    bordeR: 1px solid #003893;
    color: #003893 !important;
}

.change-lang {
    color: #ffffff !important;
}
#navbarNav .dropdown-menu {
margin-top:0 !important;
}


.ddg-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    border: 1px solid #d3d4d4;
}
.ddg-list img {
  height: 130px;
  width: 100% !important;
  display: inline-block;
  object-fit: cover;
  max-width: none;
}
.ddg-list div.text-center {
  padding-bottom: 40px;
  position: relative;
}
.ddg-title-block {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  text-align: center;
}

.divisions{
  box-sizing: border-box;
}

.divisions-column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.divisions-row::after {
  content: "";
  clear: both;
  display: table;
}
.divisions-container {
  position: relative;
  text-align: center;
  border: 1px solid #17a2b8;
  margin-bottom: 2px;
}
.divisions-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.divisions-font {
  font-size: 10px;

}
.underline {
  text-decoration: underline;
}