body {
  font-family: "AvenirMedium";
  background-image: url("../Images/bg_home_sect3.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  /*overflow-x: hidden;*/
}

html {
  scroll-behavior: smooth;
}
.hit {
  color: #078ece !important;
}
.result-teaser {
  font-size: 15px !important;
  line-height: calc(14px * 1.5px) !important;
  color: #5e5e5e;
  font-family: "AvenirMedium" !important;
}
#eventsContainer{
 z-index: 9;
}
.image-teaser img {
  width: 50% !important;
  margin-bottom: 16px;
  object-position: center !important;
  object-fit: cover !important;
}
a {
  text-decoration-color: none !important;
  text-decoration: none !important;
  outline: none;
  color: inherit;
}
a:hover {
  text-decoration-color: none !important;
  text-decoration: none !important;
  outline: none;
  color: inherit;
}
.event_container {
  width: 500px !important;
  padding-top: 32px;
  margin-top: 32px;
  background-color: transparent;
  border: none;
}
.events {
  display: block;
  position: fixed;
  right: 86px;
  z-index: 2000;
  top: calc(140px);
}

.event_toggle {
  color: #078ece;
  background: #fff;
  padding: 12px;
  width: 48px;
  cursor: pointer;
  text-align: center;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  z-index:999;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
}

.event_call_to_action {
  background: #fff;
  opacity: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.2);
}

.event_call_to_action:hover {
  background: #fff;
  opacity: 1;
  border-radius: 4px;
}

.w100 {
  width: 100%;
}

/*NAVIGATION BAR STARTS*/

.gov_navbar {
  background: #fff;
  height: 70px;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

.nav-item {
  padding-left: 16px;
  font-family: "AvenirMedium";
}

.nav-item .nav-link {
  font-size: 12px;
  font-weight: 600;
}

.nav-item .main_option {
  text-transform: uppercase;
  font-family: "AvenirMedium";
  color: #000;
}

.nav-item .active {
  color: #078ece !important;
  font-family: "AvenirBlack";
}

.navbar-toggler {
  border: none;
}

.search {
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 32px;
  height: 32px;
  color: transparent;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 200px;
  background-color: #eeeeee;
  color: #2b2b2b;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-color: transparent;
  border-radius: 0%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/*NAVIGATION BAR ENDS*/

.gov_subnavbar {
  background: #fff;
  height: 50px;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}

.gov_subnavbar .nav-item .nav-link {
  font-size: 12px;
  font-family: "AvenirMedium";
  color: #000;
  font-weight: 600;
}

#subNavOption .active a {
  font-size: 12px;
  font-family: "AvenirBlack";
  color: #078ece;
  font-weight: 600;
}

.gov_subnavbar .nav-item .main_option {
  text-transform: uppercase;
}
.gov_subnavbar .nav-item .active {
  color: #078ece !important;
  font-family: "AvenirBlack";
}

/*=========================HOMEPAGE CSS=========================*/

/*SECTION 1 ENDS*/

#section_landing {
  min-height: calc(100vh * 3 / 4);
  background-size: cover !important;
  background-position: center !important;
}

.btn_section_landing {
  background: #078ece;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  font-family: "AvenirBlack";
  padding-left: 32px;
  padding-right: 32px;
  height: 42px;
}

.btn_section_landing:hover {
  background: #054d6f;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fullscreen-bg {
  background: none;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh * 3 / 4);
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 290%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

.hol_title {
  text-align: left;
}
@media (max-width: 767px) {
  .hol_title {
    text-align: center;
  }

  .fullscreen-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
      url(../Images/embassies.jpg);
  }

  .fullscreen-bg__video {
    display: none;
  }
}

#section_stats {
  background: #078ece;
  padding: 100px 16px;
}
.stats {
  margin-top: -186px;
  margin-bottom: 64px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}
.stat {
  border-right: 0.5px solid #eee;
  border-left: 0.5px solid #eee;
  padding: 32px;
  border-bottom: 1px solid #eee;
}

.stat:hover {
  background: #fff;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_services {
  padding: 100px 16px;
}

.categories {
  border: 0.5px solid #eee;
}

.service_card {
  border: 0.5px solid #eee;
  padding: 42px 32px;
  background: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.service_card:hover {
  border: 0.5px solid #eee;
  padding: 42px 32px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.category {
  border: 0.5px solid #eee;
  padding: 42px 32px;
  background: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.category:hover {
  border: 0.5px solid #eee;
  padding: 42px 32px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_updates {
  padding: 100px 0px;
}
.update_cover {
  height: 250px;
  width: 100%;
  border-radius: 2px;
  background-size: cover !important;
  background-position: center;
}
.updates_controls {
  float: right;
}
.upd_ctrl {
  margin: 0 16px;
}

#section_thingstoknow {
  padding: 100px 16px;
}
.fact {
  background: #fff;
  border: 0.5px solid #eee;
}
.know_your_gov_pic {
  display: block;
}

#section_quicklinks {
  padding: 64px 16px;
}
.quick_link {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.quick_link:hover {
  opacity: 1;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_footer {
  padding: 100px 16px;
  background: #054d6f url(../Images/bg_home_sect3.png) no-repeat top left;
  background-size: cover;
  background-position: bottom;
}
.txt_footer {
  font-size: 14px;
  line-height: calc(14px * 1.5px);
}

.gov_social {
  width: 32px;
  height: 32px;
  background: #078ece;
  border-radius: 50%;
  text-align: center;
  padding: 8px 7px;
  color: #fff;
  margin-right: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gov_social:hover {
  background: #fff;
  color: #078ece;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.gov_subfooter_copy {
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

@media (max-width: 767px) {
  .event_container {
    margin-top: 64px;
    width: 100% !important;
    background-color: transparent;
    border: none;
  }

  .stats {
    margin-top: -170px;
    margin-bottom: 64px;
    border-bottom: 1px solid #eee;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .stat {
    border-right: 0.5px solid #eee;
    border-left: 0.5px solid #eee;
    padding: 32px;
  }

  #section_landing {
    min-height: 70vh;
    padding-top: 100px;
  }
  #gov_subnavbar .collapse {
    background: #ffffff;
  }

  .gov_subnavbar {
    background: #fff;
    height: auto;
    z-index: 9;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .collapse {
    /*background: rgba(255,255,255,0.99);
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);*/
    margin-top: 24px;
    padding: 32px 32px;
  }
}

/*=========================END HOMEPAGE CSS=========================*/

/*=========================ABOUT CSS=========================*/

#section_overview {
  padding: 100px 16px;
}

#section_about_overview {
  padding: 100px 16px;
}
#section_national_symbols {
  padding: 100px 16px;
  background: #f4f5f6;
}

#section_geography {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../Images/geography.jpg);
}

#section_people {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: top center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../Images/people4.jpg);
}

#section_history {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../Images/history.jpg);
}

#section_genocide {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../Images/genocide.jfif);
}

#section_religion {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../Images/religion.jpg);
}

#section_economy {
  padding: 100px 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)),
    url(../Images/economy.jpg);
}

.timeline {
  border-bottom: 2px solid #ddd;
}
.timeline_item {
  border-left: 1px solid #eee;
  padding: 0px 16px 64px 16px;
}

#section_services_for_citizens {
  padding: 100px 16px;
}

#section_services_for_foreigners {
  background: #f4f5f6;
  padding: 100px 16px;
}

#section_services_for_businesses {
  padding: 100px 16px;
}

#section_cabinet_overview {
  padding: 100px 16px 0 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url(../Images/primature.jpg);
}

#section_cabinet {
  padding: 100px 16px;
}

#section_parliament_overview {
  padding: 100px 16px 0 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url(../Images/parliament.jpg);
}

#section_parliament {
  padding: 100px 16px;
}

#section_ministries_overview {
  padding: 100px 16px 0 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url(../Images/primature.jpg);
}

#section_institutions {
  padding: 100px 16px;
}

.section_institutions_picture {
  background-size: cover !important;
  background-position: center !important;
  height: 350px;
}

.agency {
  border: 0.5px solid #eee;
  padding: 32px;
  background: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.agency:hover {
  border: 0.5px solid #eee;
  padding: 32px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_embassies_overview {
  padding: 100px 16px 0 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url(../Images/embassies.jpg);
}

#section_agencies_overview {
  padding: 100px 16px 0 16px;
  background-size: cover !important;
  background-position: center !important;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
    url(../Images/rdb.jpg);
}

#section_documents {
  padding: 100px 16px;
}

#section_documents .document {
  background: #fff;
  border: 1px solid #eee;
  padding: 32px 16px;
  margin-bottom: 32px;
}

#section_documents .archive {
  background: #fff;
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 32px;
}

#section_documents .document:hover {
  background: #fff;
  border: 1px solid #eee;
  padding: 32px 16px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#section_documents_archives {
  padding: 100px 16px;
  background: #f4f5f6;
}

#holidays_section {
  padding: 100px 16px;
  background: #f4f5f6;
}

#working_hours_section {
  padding: 100px 0px;
}

#section_blog_trend {
  padding: 100px 16px;
}
.blog_cover {
  height: auto;
  width: 100%;
  border-radius: 2px;
  background-size: cover !important;
  background-position: center;
}
.blog_cover img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.boximg {
  margin-bottom: 10px;
  max-height: 200px;
  overflow: hidden;
}
.blog_img {
  max-height: 450px;
  overflow: hidden;
}
.blog_small_cover {
  height: auto;
  width: 100%;
  border-radius: 2px;
  background-size: cover !important;
  background-position: center;
}
.blog_tag {
  padding: 8px 16px;
  border: 1px solid #eee;
  color: #000000;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.blog_tag:hover {
  padding: 8px 16px;
  border: 1px solid #078ece;
  text-decoration-color: #ffffff !important;
  background: #078ece;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.blog_active {
  padding: 8px 16px;
  border: 1px solid #078ece;
  color: #ffffff;
  background: #078ece;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
}

#contact_form_page_section {
  padding: 100px 16px;
}

/*ke_search*/

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  width: 100%;
  height: auto;
  display: none;
}

/*Tablets*/

@media (max-width: 1280px) {
  .nav-item {
    padding-left: 0px;
    text-align: center;
    font-family: "AvenirMedium";
  }

  .gov_navbar {
    text-align: center;
  }

  .search__icon {
    display: none;
  }

  .search__field {
    width: 100%;
    height: 32px;
    color: transparent;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    border-bottom-color: #ccc;
    background-color: #eeeeee;
    color: #2b2b2b;
    cursor: default;
  }

  .gov_navbar {
    /*    background: #fff;*/
    height: auto;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }

  .logotext {
    /*display: none !important;*/
  }

  body {
    font-family: "AvenirMedium";
    background-image: none;
    background-attachment: fixed;
    background-size: cover;
    /*overflow-x: hidden;*/
  }

  #section_footer {
    padding: 100px 16px;
    background: #054d6f;
    background-size: cover;
    background-position: bottom;
  }

  .search {
    display: none;
  }
  .gov_subnavbar {
    background: #fff;
    height: auto;
    z-index: 9;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }
}

.show_phone {
  display: none;
}

.hide_phone {
  display: block;
}

.ministry_box {
  padding-top: 70px;
}
/*Phone*/

@media (max-width: 767px) {
  .ministry_box {
    padding-top: 70px;
  }

  .show_phone {
    display: block;
  }

  .hide_phone {
    display: none;
  }

  .nav-item {
    padding-left: 0px;
    text-align: center;
    font-family: "AvenirMedium";
  }

  .gov_navbar {
    text-align: center;
  }

  .search__icon {
    display: none;
  }

  .search__field {
    width: 100%;
    height: 32px;
    color: transparent;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    border-bottom-color: #ccc;
    background-color: #eeeeee;
    color: #2b2b2b;
    cursor: default;
  }

  .events {
    width: 80% !important;
    display: block;
    position: fixed;
    right: 32px;
    z-index: 2000;
    top: calc(140px);
  }

  #section_landing {
    min-height: auto;
    padding: 100px 16px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)),
      url(../Images/rwandanow.jpg);
  }

  .stats {
    margin-top: 0px;
    margin-bottom: 64px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }

  .know_your_gov_pic {
    opacity: 0.56;
    display: none;
  }

  #section_updates {
    padding: 100px 16px;
  }

  #section_thingstoknow {
    padding: 100px 32px;
  }

  #section_footer {
    text-align: center;
  }
  .gov_subfooter_copy {
    text-align: center;
    margin-top: 32px;
  }

  .collapse {
    background: #ffffff;
  }
}

/*PAGINATION*/
.n_next {
  padding: 8px !important;
}

.n_previous {
  padding: 8px !important;
}

.n_current_page_number {
  background: transparent !important;
  border: 1px solid #078ece !important;
  padding: 8px !important;
  color: #ffffff !important;
  border-radius: 4px;
}

.n_page_number {
  padding: 8px !important;
  border-radius: 4px;
}
/*END PAGINATION*/

/* DEFAULT PAGINATION OVERRIDE */
.f3-widget-paginator {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.f3-widget-paginator li {
  background-color: transparent;
  border: 1px solid #078ece;
}
.f3-widget-paginator li.current {
  background-color: #078ece;
  border: 1px solid #078ece;
  padding: 16px 24px;
  color: #fff0ff;
  font-weight: bold;
  font-size: 1.4rem;
}
.f3-widget-paginator li a {
  display: block;
  position: relative;
  padding: 16px 24px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #078ece;
}
.f3-widget-paginator li a:hover {
  background-color: #078ece;
  color: #fff0ff;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
  position: relative;
  min-width: 30px;
}
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  text-indent: -9999px;
  position: relative;
}
.f3-widget-paginator li.previous a:hover,
.f3-widget-paginator li.next a:hover {
  background: none;
}
.f3-widget-paginator li.previous:before,
.f3-widget-paginator li.next:before {
  content: ">";
  font-weight: bold;
  color: #078ece;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.f3-widget-paginator li.previous:before {
  content: "<";
}
.f3-widget-paginator li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.f3-widget-paginator li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: none;
}
@media (min-width: 768px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 8px 12px;
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .example-centered .f3-widget-paginator {
    justify-content: center;
  }
}
@media (min-width: 480px) {
  .example-right .f3-widget-paginator {
    justify-content: end;
  }
}
body .f3-widget-paginator {
  margin-bottom: 40px;
}
/* END DEFAULT PAGINATION OVERRIDE */
/*! waconcookiemanagement 
#CookieBox .cookieclose {
  display: block !important;
} */
#CookieBox {
  z-index: 201;
  position: fixed;
  /*! top: 60%; */
  width: 50% !important;
  max-width: 100%;
  max-height: 80%;
  overflow: auto;
  background: #f4f5f6 !important;
  padding: 20px 20px 20px !important;
  border-radius: 5px;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
   top: auto !important;
  
}
.waconcookiemanagement {
  width:auto !important;
}

.cookie-refuse{
  margin: 20px auto !important;
width: 35% !important;
text-align: center;
cursor: pointer;
border-radius: 15px;
padding: 9px !important;
background-color: #078ece !important;
color: #fff !important;

}

#CookieBox .cookie-btn {
 
  background: #078ece !important;
 
}

.cookie-set {
  display: none !important;
}
.cookie-refuse  a {
  color: #fff !important;
  font-size: 16px;
  
  font-weight: bold;
}
#CookieBox .cookie-legal a{
  color:#078ece !important;
  font-weight: bold;
  text-decoration: underline !important;

}
#CookieBox .cookieclose {
  font-size: 17px !important;
  color: #fff;
}
#CookieBox .intro p {
  width: 100% !important;
  font-family: 'AvenirMedium';
  font-size: 15px;
}
#CookieBox h2 {
  text-align: center;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}

@media (max-width: 767px){
#CookieBox {
    /* left: 2%; */
    /* width: 96%; */
    /* top: 5%; */
    max-height: 40% !important;
    min-height: 40% !important;
    bottom: 0 !important;
    width: 100% !important;
}
.cookie-refuse {
  width: 60% !important;
}
#CookieBox .cookie-accept a {
  padding: 10px 30px !important;
}
}