html {
  scroll-behavior: smooth;
}

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

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 {
  padding-top: 32px;
  margin-top: 32px;
  width: 500px !important;
  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";
}
.search {
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  /*width: 32px;*/
  height: 32px;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #078ece;
  width: 200px;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus {
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  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;
}
/*NOTIFICATION CONTAINER STARTS*/
#eventsContainer{
  z-index: 9;
}
/*NOTIFICATION CONTAINER ENDS*/

/*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";
}

.gov_link {
  color: #000 !important;
  font-family: "AvenirBlack" !important;
}

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

/*SECTION 1 STARTS*/

/* .landing_headpic {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
    url(../Images/img_1.png);
  background-size: cover;
  background-position: center;
  height: calc(100vh - 70px);
} */

.landing_services {
  height: calc(100vh - 70px);
  background: #fff;
  overflow-y: auto;
}

/* .landing_head_text {
  position: absolute;
  bottom: 100px;
} */

.service {
  border: 1px solid #eee;
  padding: 64px;
  height: calc(50vh - 35px);
}

.service-card {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 64px;
  height: calc(50vh - 35px);
}

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

#working_hours_section {
  padding: 100px 0px;
}

/*SECTION 2 STARTS*/

#section_updates {
  padding: 100px 16px;
}

.update_pic {
  height: auto;
  width: 100%;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}
.updates_controls {
  float: right;
}

.upd_ctrl {
  margin: 0 16px;
}

#section_events {
  padding: 100px 32px;
  background: #f4f5f6;
}
.card_updates {
  border: 0px;
  padding: 0px;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  margin-bottom: 32px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.card_updates:hover {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  -moz-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
}

.card_events {
  border: 1px solid #eee;
  padding: 32px 32px 32px 16px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.card_events:hover {
  border: 0px solid #eee;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -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);
}

.image-event {
  background: url(../Images/img_2.png);
  background-size: cover;
}
.card-large-white {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0px;
}

/*SECTION 3 STARTS*/
.relation_headpic {
  background: url(../Images/rwanda.jpg);
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

/*SECTION 4 STARTS*/
#section_quicklinks {
  padding: 100px 32px;
  background: #f4f5f6;
}

#section_call_to_action {
  padding: 100px 32px;
  background: #f4f5f6;
}
.ql_icons {
  height: 81px;
  width: 81px;
  border: 2px solid #e8e8e8;
  padding: 26px;
  font-size: 24px;
  border-radius: 50%;
}

/*============= SERVICES ============*/

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

#section_visa {
  padding: 100px 16px;
}
#section_attestations {
  padding: 100px 16px;
  border-top: 1px solid #eee;
}

.card_white_services {
  border: 0.5px solid #e0e0e0;
  padding: 32px;
}

.card_white_services:hover {
  border: 0px solid #e0e0e0;
  padding: 32px;
  -webkit-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  -moz-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  -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_banner {
  padding: 150px 16px;
}

#section_attestation {
  padding: 64px 0px;
  background-color: #f4f5f6;
}

#section_service_description {
  padding: 100px 16px;
}
.section_prealable {
  border-top: 1px solid #efefef;
}
.section_tarrif {
  border-top: 1px solid #efefef;
}
.section_document {
  border-top: 1px solid #efefef;
}

.card_sm {
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/*============= AMBASSADE ============*/

/*SECTION 1 STARTS*/

#section_about_banner {
  padding: 64px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)),
    url(../Images/services.png);
  background-size: cover;
  background-position: center;
}

#section_ambassade {
  padding: 100px 0px;
}

.embassy_card {
  margin-bottom: 32px;
  padding: 0px;
  border: 0px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  -moz-box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
  box-shadow: 0px 0px 23px 6px rgba(125, 125, 125, 0.09);
}
/*SECTION 2 STARTS*/

#section_consulats {
  border-top: 1px solid #e0e0e0;
  padding: 100px 16px;
}
.luxembourg_headpic {
  background: url(../Images/luxembourg.png);
  background-size: cover;
  min-height: 300px;
}
.flandres_headpic {
  background: url(../Images/img_1.png);
  background-size: cover;
  min-height: 300px;
}

.diaspora_headpic {
  background: url(../Images/diaspora.png);
  background-size: cover;
  min-height: 300px;
}

/*SECTION 3 STARTS*/

#section_relationship {
  padding: 100px 0px;
  background-color: #f4f5f6;
}

/*============= ACTUALITES ============*/

#section_blog_trend {
  padding: 100px 16px;
}
.blog_cover {
  height: auto;
  width: 100%;
  border-radius: 2px;
  background-size: cover !important;
  background-position: center;
}
.blog_small_cover {
  height: 228px;
  object-fit: cover;
  line-height: 0px;
  object-position: center;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 4px;
  background-size: cover !important;
  background-position: center;
}
.blog_tag a{
  padding: 8px 16px;
  border: 1px solid #eee;
  color: #000000;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
}

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

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

#event_header {
  padding: 100px 16px;
}
.event_date {
  border-right: 1px solid #eee;
}

.blog_img {
  object-fit: cover;
  object-position: center;
}

.blog_img iframe{
  height: 350px !important;
}

.image_event {
  background-size: cover;
  border-radius: 0px;
  background-position: center;
  height: 250px;
}

#image_event_modal {
  background-size: cover;
  border-radius: 0px;
  background-position: center;
  height: 300px;
}

#section_ambassade_banner {
  padding: 150px 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(../Images/services.png);
  background-size: cover;
  background-position: center;
}

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

/*===================SECTION FOOTER STARTS============*/

#section_footer {
  padding: 0px 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);
}
.ministry_subfooter {
  height: 70px;
  background: #135465;
}
.contact_form {
  padding: 100px 70px;
}
#contact_form_page_section{
  padding: 100px 16px;
}
#map_container {
  width: 100%;
  background: #eee;
}
#map_container iframe{
  width: 100% !important;
}
.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: #ffffff;
  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;
}

.copy_desktop {
  display: block;
}
.copy_phone {
  display: none;
}

.emb-twitter-icon i{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff !important;
  line-height: 24px;
  text-align: center;
  background: #078ece;
  padding: 10px;
}

#section_twitter {
    padding: 100px 16px;
    border-top: 1px solid #eee;
}

/*SECTION FOOTER ENDS*/

@media (max-width: 1025px) {
  body {
    font-family: "AvenirMedium";
    background: none;
    background-attachment: fixed;
    background-size: cover;
  }

  .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: 98px 32px;
  }
  .search {
    display: none;
  }
  .event_date {
    border-right: 0px solid #eee;
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
  }
  #section_footer {
    padding: 80px 32px;
    background: #054d6f !important;
    background-size: cover;
    background-position: bottom;
  }

  #map_container {
    width: 100%;
    background: transparent;
  }

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

/*--------------------------------------*/

.hol_title {
  text-align: left;
}

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

  .gov_navbar {
    background: #fff;
    height: auto;
    z-index: 10;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  }
  .stats {
    margin-top: -170px;
    margin-bottom: 64px;
  }
  .stat {
    text-align: center;
    border-right: 0.5px solid #eee;
    border-left: 0.5px solid #eee;
    padding: 32px 16px;
  }

  .landing_services {
    height: auto;
    background: #fff;
  }
  .collapse {
    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);
    margin-top: 32px;
    padding: 32px;
  }

  .card_updates {
    padding: 0px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    margin-bottom: 32px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  .card_events {
    border: 1px solid #eee;
    padding: 32px 32px 32px 32px;
    margin-bottom: 32px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  #map {
    height: 300px;
  }

  .mabo32 {
    margin-bottom: 16px;
  }
  .mabo64 {
    margin-bottom: 32px;
  }

  .ql_responsivness {
    margin-bottom: 64px !important;
  }

  .mabo32 {
    margin-bottom: 16px !important;
  }
  #section_services_banner {
    padding: 80px 32px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
      url(../Images/services.png);
    background-size: cover;
    background-position: center;
  }

  #section_visa {
    padding: 70px 16px;
  }
  .service {
    border: 1px solid #eee;
    padding: 0px 32px !important;
    height: calc(50vh - 35px);
  }
  #section_ambassade_banner {
    padding: 80px 32px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
      url(../Images/services.png);
    background-size: cover;
    background-position: center;
  }
  #section_relationship {
    padding: 80px 32px;
    background-color: #f4f5f6;
  }

  .copy_phone {
    display: block;
  }
  .copy_desktop {
    display: none;
  }
  .event_container {
    margin-top: 64px;
    width: 100% !important;
    background-color: transparent;
    border: none;
  }
  .events {
    width: 80% !important;
    display: block;
    position: fixed;
    right: 32px;
    z-index: 2000;
    top: calc(140px);
  }
}

/*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*/

/******************************************** Embassy Version 2 *********************************************************/






/* HOME */

#bgSlides{
  height: calc(90vh) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#bgSlides .carousel{
  width: 100% !important;
  background: #000000;
}
#bgSlides .carousel img{
  object-fit: cover;
  height: calc(90vh) !important;
  opacity: 0.5;
  object-position: top;
}

#section_landing{
  padding: 128px 0;
  height: calc(90vh - 70px);
}

.ambassador{
   border-radius: 3px;
   margin-bottom: 32px;
}

#message{
   padding: 64px 32px;
}

#quickaccess_landing{
   background: #f4f5f6;
   padding: 128px 0px;
}
#qa_items{
   margin-top: -320px;
}
.qa_card{
   background: #ffffff;
   padding: 48px 32px;
   border-radius: 3px;
   margin: 16px 0;
   -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);
}

#get_in_touch{
   background-color: #078ECE;
   padding: 48px 32px;
   border-radius: 3px 3px 0 0;
   min-height: 288px;
}
.schedule_card{
   margin: 16px 0;
}
#schedule{
   background-color: #ffffff;
   padding: 48px 32px;
   border-radius: 0 0 3px 3px;
   -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);
}


@media (max-width: 1024px) {
   #qa_items{
       margin-top: 0px;
   }
}



/* COOPERATION CSS */


#coop_landing{
   padding: 64px 0px 128px 0px;
   background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.9)), url(../Images/services.png);
   background-size: cover;
   background-position: center;
}

#coop_story{
   padding: 64px 0px;
}


#coop_story_card{
   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);
   margin-top: -128px;
   border-radius: 2px;
}

#coop_story_card .img{
   background-position: center;
   background-size: cover !important;
   border-radius: 2px 0 0 2px;
}

#coop_story_card .description{
   padding: 64px;
}

#coop_mission{
   padding: 64px 0px 128px 0px;
}

#coop_mission #mission,
#coop_mission #mandate{
   border: 1px solid #eeeeee;
   padding: 64px;
}

#coop_consulats{
   padding: 128px 0px;
   background-color: #f4f5f6;
}

.coop_consulat_card{
   background: #ffffff;
   margin: 16px 0;
   border-radius: 3px;
}
.coop_consulat_card img{
   border-radius: 3px 3px 0 0;
}
.coop_consulat_card .description{
   padding: 48px;
}



#coop_projects{
   padding: 128px 0px;
}

#coop_projects .coop_project_card{
   border: 1px solid #eee;
   margin: 16px 0;
   border-radius: 3px;
}

#coop_projects .img{
   min-height: 128px;
   background-size: cover;
   background-position: center;
   border-radius: 3px;
}

#coop_projects .description{
   padding: 32px;
}


@media (max-width: 767px) {
   #coop_landing{
       padding: 64px 32px 128px 32px;
       background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.9)), url(../Images/services.png);
       background-size: cover;
       background-position: center;
   }

   #coop_story{
       padding: 64px 16px;
   }
   #coop_mission{
       padding: 64px 32px 128px 32px;
   }
   #coop_consulats{
       padding: 128px 32px;
       background-color: #f4f5f6;
   }
   #coop_projects{
       padding: 128px 32px;
   }

}

#section_services_embassy{
  padding: 100px 16px;
}

/* DIASPORA */

#diaspora_landing{
   padding: 64px 0px;
   background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.9)), url(../Images/services.png);
   background-size: cover;
   background-position: center;
}

#diaspora_about{
   padding: 128px 0px;
   background: #f4f5f6;
}

#diaspora_about img{
   border-radius: 3px;
}
@media (max-width: 767px) {
   #diaspora_landing{
       padding: 64px 32px;
   }
   #diaspora_about{
       padding: 128px 16px;
       background: #f4f5f6;
   }
}



/* TRAVELERS INFO */

#travelers_landing{
   padding: 64px 0px;
}

#travelers_landing .stat{
   border-radius: 3px;
   background-color: #078ECE;
   padding: 32px;
   min-height: 150px;
   margin-bottom: 32px;
   text-align: center;
}


#travelers_others{
   background: #f4f5f6;
   padding: 128px 96px;
}

#travelers_others .info_item{
   background: #ffffff;
   border-radius: 3px;
   margin: 16px 0;
   padding: 0;
}

#travelers_others .info_item img{
   height: 256px;
   object-fit: cover;
   border-radius: 3px 3px 0 0;
}
#travelers_others .info_item .description{
   padding: 48px 32px;
}

@media (max-width: 1336px) {

   #travelers_others{
       background: #f4f5f6;
       padding: 128px 16px;
   }
}

@media (max-width: 767px) {

   #travelers_landing{
       padding: 64px 32px;
   }
}



#section_partners{
   background: #f4f5f6;
   border-top: 1px solid #eeeeee;
   padding: 64px 0px;
}

#section_partners img{
   margin: 16px 0;
   height: 100px;
   width: 90%;
   object-fit: contain;
}
/*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;
}
@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;
}
/*! 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;
}
}