/* font-weight: 400 */
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

/* font-weight: 500 */
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

/* font-weight: 600 */
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

/* font-weight: 700 */
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

/* font-weight: 900 */
@font-face {
  font-family: Poppins-Black;
  src: url("../fonts/Poppins/Poppins-Black.ttf");
}

/* font-weight: 500 */
@font-face {
  font-family: Lexend-Medium;
  src: url("../fonts/Lexend/Lexend-Medium.ttf");
}

body {
  font-size: 14px;
  min-width: 320px;
  line-height: 1.5;
  overflow-x: hidden;
  background: #F5F6EF;
  font-family: Poppins-Regular;
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
span,
table,
a,
figure {
  margin: 0;
  padding: 0;
}

a,
span,
a:hover,
a:focus,
p,
div {
  transition: all 0.3s;
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

/*! ============================================= Custom Scroll Style !*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666666;
}

/*! ============================================= Header Section !*/

header {
  padding: 15px 18px;
  transition: all 0.3s;
  background: #13678A;
}

header.home-header {
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  background: transparent;
}

header.home-header:hover {
  background: #13678A;
}

header.home-header.home-header-active {
  background: #13678A;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-logo a {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 34px;
  color: #FFFFFF;
  font-weight: bold;
}

.head-logo a figure {
  position: relative;
  margin: 0 10px 0 0;
}


.head-logo a figure img {
  height: 55px;
  object-fit: contain;
  transition: all 0.3s;
}


.open-close-menu {
  position: relative;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 0 20px;
  transition: all 0.3s;
}

.open-close-menu h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  transition: all 0.3s;
  cursor: pointer;
}


#block-imrs-mainnavigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#block-imrs-advancedlanguageselectorblock {
  margin: 0 0 0 25px;
}

#block-imrs-advancedlanguageselectorblock .advanced-language-selector .dropdown button {
  background: none !important;
  border-color: #fff !important;
  padding: 4px 10px !important;
  display: flex;
  align-items: center;
}

.head-navigation-search {
  display: flex;
  align-items: center;
}

.wsmenu {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 50px 10px;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  display: none;
}

.close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  content: "CLOSE";
  padding: 5px 10px;
}

.navigation-menues .wsmenu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navigation-menues .wsmenu-list li {
  width: 100%;
  margin: 10px 0 0 0;
}

.navigation-menues .wsmenu-list li a {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.navigation-menues .wsmenu-list li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.search-btn {
  width: 36px;
  height: 36px;
  display: flex;
  margin: 0 0 0 20px;
  align-items: center;
  border-radius: 50px;
  background: #FFFFFF;
  justify-content: center;
}

.full-search input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 14px;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*! ============================================= Home Page !*/

.header-slider-outer {
  overflow: hidden;
  position: relative;
}

.single-item-slider {
  overflow: hidden;
  height: 100vh;
}

.slide-content-box .slide-inner-content-box {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: flex-start;
  height: 100vh;
}

.slide-content-box .slide-inner-content-box .inner-section-div {
  width: 100%;
  padding: 160px 15px 0;
}

.slider-text {
  z-index: 1;
  position: relative;
  max-width: 610px
}

.slider-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: Poppins-Bold;
}

.hero-heading {
  overflow: hidden;
}

.heading-01 {
  transition: all 3s;
  transform: translateY(200px);
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.heading-01.animate {
  transform: translateY(0px);
}

.slide-bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: top;
}

.section-div {
  position: relative;
}

.inner-section-div {
  z-index: 1;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px;
  position: relative;
  box-sizing: border-box;
}

#prapos_box {
  margin: 80px 0 0;
  background: url("../img/img_bg_dots.png") no-repeat scroll right 0 top 0;
}

.section-title {
  display: flex;
  color: #202124;
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 24px;
  font-style: normal;
  position: relative;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title .section-title-bar {
  top: 50%;
  width: 74px;
  height: 2px;
  left: -94px;
  position: absolute;
  background: #202124;
  display: inline-block;
  transform: translateY(-50%);
}

.h2basic01 {
  color: #202124;
  font-size: 48px;
  font-weight: 700;
  line-height: 131%;
  font-style: normal;
  font-family: Poppins-Bold;
}

.para-text {
  color: #525560;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
}

.h3basic01 {
  color: #202124;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  letter-spacing: -0.1px;
  font-family: Poppins-Bold;
}

#prapos_box .h2basic01 {
  margin: 50px 0 0 0;
}

#prapos_box .para-text {
  margin: 30px 0 64px
}

#resilience_box {
  text-align: center;
  padding: 100px 0 80px;
}

.resilience_blog {
  margin: 0 auto;
  max-width: 200px;
}

.resilience_blog figure {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.resilience_blog figure img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.resilience_blog h4 {
  color: #202124;
  margin: 32px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  font-family: Poppins-SemiBold;
}

.resilience_blog p {
  color: #525560;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
}

.custom-link-button,
.full-search input[type="submit"] {
  color: #FFFFFF;
  font-size: 16px;
  min-width: 130px;
  line-height: 24px;
  font-style: normal;
  border-radius: 4px;
  padding: 16px 32px;
  align-items: center;
  background: #13678A;
  display: inline-block;
}

.full-search input[type="submit"] {
  padding: 6px 32px;
}

#slider_view_box {
  position: relative;
}

.overlay-border {
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  position: absolute;
}

.overlay-border img {
  width: 100%;
}

.overlay-border-bottom {
  top: auto;
  bottom: 0;
}

.slider-inner-content {
  display: flex;
}

.slider-left-text {
  display: flex;
  height: 650px;
  overflow: hidden;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  width: calc(100% - 630px);
}

.slider-left-text figure {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-left-text figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-left-text figure::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
}

.inner-slider-left-text {
  max-width: 750px;
  position: relative;
  padding: 40px 25px;
  box-sizing: border-box;
}

.inner-slider-left-text h3 {
  color: #202124;
  font-size: 38px;
  margin: 0 0 30px;
  line-height: 48px;
  font-family: Poppins-SemiBold;
}

.inner-slider-left-text p {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0.5px;
}

.inner-slider-left-text p span {
  font-size: 36px;
  line-height: 58px;
  font-family: Poppins-Medium;
}

.slider-right-image {
  width: 630px;
  overflow: hidden;
}

.slider-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#slider_view_box .single-item .slick-arrow,
.single-item-slider .slick-arrow {
  bottom: 100px;
  right: 120px;
  width: 60px;
  height: 60px;
  border-radius: 60%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
  background: #FFFFFF url(../img/arrow_back_next.png) no-repeat scroll center center / 12px 20px !important;
  opacity: 1;
  box-sizing: border-box;
}

.single-item-slider .slick-arrow {
  bottom: 100px;
}

#slider_view_box .single-item .slick-arrow.slick-prev,
.single-item-slider .slick-arrow.slick-prev {
  right: 195px;
  background: #FFFFFF url(../img/arrow_back_next.png) no-repeat scroll center center / 12px 20px !important;
  transform: rotate(-180deg);
}

#slider_view_box .single-item .slick-arrow:hover {
  padding: 0 8px 0 0;
}

#slider_view_box .single-item .slick-arrow.slick-prev:hover {
  padding: 0 0 0 8px;
}

#resources_box {
  overflow: hidden;
  padding: 100px 0 90px;
}

#resources_box h2 {
  color: #13678A;
  margin: 0 0 40px;
  text-align: center;
  font-family: Poppins-Bold;
}

#resources_box .views-element-container>div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#resources_box .views-element-container>div .views-row {
  width: calc(33.33% - 30px);
  margin: 0 15px 50px;
}

#resources_box .views-element-container>div .views-row:nth-child(2) {
  margin-top: 6rem;
}

.resource-card {
  overflow: hidden;
  margin: 0 0 40px;
  position: relative;
  border-radius: 6px;
}

.resource-card figure {
  width: 100%;
  height: 416px;
  overflow: hidden;
}

.resource-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.resourc-details {
  padding: 30px;
  background: #13678A;
}

.resourc-details h5 a {
  color: #F5F6EF;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 126%;
  font-style: normal;
  display: block;
}

.resourc-details p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bg-circle-animate {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

#resources_box.resources-animation .bg-circle-animate {
  animation: rotate-anim 1.2s ease-out forwards;
}

@keyframes rotate-anim {
  to {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
}

#footer {
  padding: 160px 0 0;
  position: relative;
  background: #083141 url("../img/img_bg_footer.png") no-repeat scroll bottom center / 100%;
}

.footer-layer {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.footer-layer img {
  width: 100%;
}

.inner-footer {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1300px;
  box-sizing: border-box;
}

.inner-footer .foot-links {
  margin-bottom: 30px;
}

.inner-footer .foot-links h5 {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 26px;
  font-style: normal;
  font-family: Poppins-Bold;
}

.inner-footer .foot-links a {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 20px;
  position: relative;
  font-style: normal;
  padding: 0 0 0 20px;
  display: inline-block;
  font-family: Poppins-SemiBold;
}

.inner-footer .foot-links a::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-left: 9px solid #13678A;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.inner-footer .foot-links a:hover {
  letter-spacing: 0.5px;
}

.foot-links-mt {
  margin: 38px 0 0 0;
}

.inner-footer .head-logo {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.inner-footer .head-logo a {
  margin: 0 10px 0 0;
}

.inner-footer .head-logo a img {
  height: 40px;
  width: auto;
}

.inner-footer .head-logo p {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

.scroll-top {
  right: 34px;
  z-index: 999;
  display: none;
  bottom: 130px;
  cursor: pointer;
  position: fixed;
  transition: all 0.3s;
}

.copy-rights {
  background: rgba(19, 103, 138, 0.55);
}

.inner-copy-rights {
  margin: 0 auto;
  max-width: 1300px;
  padding: 12px 15px;
}

.copyright,
.privacy-links a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-family: Poppins-SemiBold;
}

.p-policy p {
  color: #525560;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.p-policy p strong {
  color: #13678A;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0 5px;
  position: relative;
  font-family: Poppins-Medium;
}

.copyright {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-family: Poppins-SemiBold;
}

.total-visits {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-family: 'Poppins-Regular';
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  text-align: center;
}

.footer-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-icon figure:first-child {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 2px solid #FFFFFF;
}

.privacy-links {
  text-align: right;
}

.privacy-links a {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

/* .privacy-links a:last-child {
  border-left: 2px solid #FFFFFF;
} */

/* ===================================================================================== About */

#head_name {
  padding: 48px 0;
  background: #ECE6D6 url("../img/img_bg_header.png") no-repeat scroll right 0 bottom 0;
}

#head_name h1 {
  border: none;
  color: #202124;
  font-size: 48px;
  line-height: 58px;
  display: inline-flex;
  padding: 22px 32px 34px;
  font-family: Poppins-SemiBold;
  border-left: 6px solid #202124;
  border-bottom: 6px solid #202124;
}

.breadcrumb-view {
  padding: 8px 0;
}

.inner-breadcrumb-view ul {
  display: flex;
  align-items: center;
}

.inner-breadcrumb-view ul li,
.inner-breadcrumb-view ul li a {
  color: #202124;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  font-style: normal;
  font-family: Poppins-Regular;
}

.inner-breadcrumb-view ul li+li {
  margin: 0 0 0 14px;
  padding: 0 0 0 20px;
  background: url("../img/img_arrow_right.png") no-repeat scroll left center / 6px;
}

.inner-breadcrumb-view ul li a {
  font-family: Poppins-Medium;
}

#about_resilience {
  padding: 95px 0 125px;
  background: url("../img/bg_resilience.png") no-repeat scroll bottom center / 100% 100%;
}

#about_resilience .para-text {
  margin: 50px 0 0 0;
}

#about_tabs_view {
  padding: 50px 0 100px;
}

#about_tabs_view .nav-tabs .nav-item {
  flex: 1;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  padding: 8px 0;
  flex-wrap: wrap;
  background: #ECEEEB;
  justify-content: center;
}

.nav-tabs .nav-link {
  margin: 0 6px;
  color: #525560;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  line-height: 24px;
  font-style: normal;
  padding: 16px;
  background: #ECEEEB;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #FFFFFF;
  background: #13678A;
}

.tab-content {
  padding: 40px 0 0;
}

.capacites-content .row .col-md-6:last-child {
  display: flex;
  justify-content: flex-end;
}

.inner-capacites-content {
  max-width: 360px;
}

.inner-capacites-content img {
  width: 98px;
  height: 98px;
  object-fit: contain;
}

.inner-capacites-content h5 {
  color: #202124;
  font-size: 32px;
  line-height: 120%;
  font-style: normal;
  margin: 30px 0 10px;
  font-family: Poppins-Bold;
}

.inner-capacites-content p {
  color: #525560;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
}

.capacites-center-image {
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capacites-center-image img {
  transition: all 0.7s;
  transform: scale(1.15);
  filter: grayscale(0.6);
  margin: 80px 0 0 -50px;
}

.row-first .col-md-6,
.row-last .col-md-6 {
  opacity: 0;
  transition: all 1.2s;
}

.row-first .col-md-6:first-child,
.row-last .col-md-6:first-child {
  transform: translate(30%, 30%);
}

.row-first .col-md-6:last-child,
.row-last .col-md-6:last-child {
  transform: translate(-30%, 30%);
}

.section-div.about-tab-animation .capacites-center-image img {
  transform: scale(1);
  filter: grayscale(0);
}

.section-div.about-tab-animation .row-first .col-md-6:first-child,
.section-div.about-tab-animation .row-last .col-md-6:first-child,
.section-div.about-tab-animation .row-first .col-md-6:last-child,
.section-div.about-tab-animation .row-last .col-md-6:last-child {
  opacity: 1;
  transform: translate(0%, 0%);
}

.sectors-accordion {
  padding: 0 50px;
  box-sizing: border-box;
  width: 100%;
}

.sectors-accordion .accordion-item {
  padding: 0;
  margin: 0 0 24px;
  background: #FFFFFF;
}

.sectors-accordion .accordion-item .accordion-button {
  display: flex;
  color: #202124;
  background: #FFFFFF;
  align-items: center;
  padding: 20px 22px;
  justify-content: space-between;
}

.sectors-accordion .accordion-item .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.sectors-accordion .accordion-item .accordion-button .icons-sets {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

.sectors-accordion .accordion-item .accordion-button .icons-sets span {
  top: 50%;
  left: 50%;
  height: 3px;
  width: 21px;
  position: absolute;
  background: #202124;
  display: inline-flex;
  transform: translate(-50%, -50%) rotate(0deg);
}

.sectors-accordion .accordion-item .accordion-button h5 {
  color: #202124;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  width: calc(100% - 94px);
  font-family: Poppins-Bold;
}

.sectors-accordion .accordion-item .accordion-button .head-icon,
.sectors-accordion .accordion-item .accordion-button .head-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.sectors-accordion .accordion-item .accordion-button::after {
  display: none;
}

.sectors-accordion .accordion-body .inner-accordion-body {
  padding: 20px 22px 1px;
}

.sectors-accordion .accordion-body .inner-accordion-body {
  display: flex;
  align-items: center;
}

.sectors-accordion .accordion-body .inner-accordion-body figure {
  width: 400px;
  height: 250px;
  border-radius: 14px;
  overflow: hidden;
}

.sectors-accordion .accordion-body .inner-accordion-body figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.sectors-accordion .accordion-body .inner-accordion-body .accordion-body-content {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sectors-accordion .accordion-body .inner-accordion-body .accordion-body-content p {
  color: #202124;
  font-size: 19px;
  line-height: 32px;
  margin: 0 0 20px 0;
}

.sectors-accordion .accordion-item .accordion-button.show .icons-sets .icon-plus {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sectors-accordion .accordion-item .accordion-button.show.collapsed .icons-sets .icon-plus {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sectors-accordion .accordion-body .inner-accordion-body .accordion-body-content ul {
  padding: 0 0 0 18px;
  width: 100%;
}

.sectors-accordion .accordion-body .inner-accordion-body .accordion-body-content ul li {
  list-style-type: disc;
}

.inner-engagements-specifiques .row .col-md-4 {
  margin-bottom: 25px;
}

.inner-engagements-specifiques .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.inner-engagements-specifiques .views-element-container>div .views-row {
  width: calc(33.33% - 30px);
  margin: 0 15px 25px;
}

.slide-bottom-arrow {
  position: absolute;
  width: 100%;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: flex-end;
  left: 0;
  bottom: 3px;
  overflow: hidden;
}

.engagements-box {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.engagements-box figure {
  width: 100%;
  height: 450px;
}

.engagements-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.engagements-box .engagements-text-box {
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.engagements-box .engagements-text-box h3 {
  color: #F5F6EF;
  font-size: 28px;
  line-height: 124%;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-style: normal;
  letter-spacing: 1px;
  padding: 16px 22px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-family: Poppins-Bold;
  -webkit-box-orient: vertical;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.engagements-box .engagements-text-box .overlay-box {
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  padding: 6px 10px;
  position: absolute;
  transition: all 0.5s;
  background: rgba(28, 27, 31, 0.8);
}

.engagements-box .engagements-text-box .overlay-box .ovelay-content-box {
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
  letter-spacing: 1px;
  transition: all 0.5s;
  box-sizing: border-box;
}

.engagements-box .engagements-text-box .overlay-box .ovelay-content-box .eng-description {
  color: #F5F6EF;
  font-size: 20px;
  font-weight: 400;
  line-height: 152%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.engagements-box .engagements-text-box .overlay-box .ovelay-content-box .eng-source {
  display: block;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  margin: 10px 0 0 0;
  line-height: 152%;
  font-style: italic;
  letter-spacing: 1px;
}

.engagements-box .carousel-control-prev.disabled,
.engagements-box .carousel-control-next.disabled {
  pointer-events: none;
  opacity: 0.5;
  /* Make the button look inactive */
}

.about-single-engagement {
  width: 100%;
  /* Full width of the container */
  height: 100%;
  /* Full height to ensure it takes the full space */
  overflow: hidden;
  /* Hide anything outside the container */
  position: relative;
  /* Position for the slides */
}

.about-single-engagement ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.about-single-engagement ul li {
  overflow-y: auto;
  height: 185px;
  box-sizing: border-box;
  display: none;
}

.about-single-engagement ul li::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}

.about-single-engagement ul li::-webkit-scrollbar-track {
  background: #111;
}

.about-single-engagement ul li::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #666666;
}

.about-single-engagement ul li.active {
  display: block;
}

.disable {
  opacity: 0.5;
}

/* Navigation arrows */
.prev-slide,
.next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: white;
  font-size: 2rem;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.prev-slide {
  left: 10px;
  /* Position left arrow */
}

.next-slide {
  right: 10px;
  /* Position right arrow */
}


.text-end-flex {
  color: #FFFFFF;
  font-size: 14px;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins-Bold;
}

.prev-next-btn {
  right: 0;
  opacity: 0;
  bottom: 2px;
  display: flex;
  position: absolute;
  align-items: center;
  transition: all 1.2s;
  justify-content: flex-end;
}

.prev-next-btn a {
  width: 20px;
  opacity: 0.6;
  height: 20px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-next-btn a.para-prev {
  transform: rotate(-90deg);
}

.prev-next-btn a.para-next {
  transform: rotate(90deg);
}

.prev-next-btn a:hover {
  opacity: 1;
}


.engagements-box .engagements-text-box:hover .overlay-box {
  height: 230px;
  background: rgba(28, 27, 31, 0.9);
}

.engagements-box .engagements-text-box:hover .overlay-box .ovelay-content-box {
  height: 100%;
  padding: 0 0 30px 0;
}

.engagements-box .engagements-text-box:hover .overlay-box .text-end-flex {
  height: 0;
  overflow: hidden;
}

.engagements-box .engagements-text-box .overlay-box .carousel-control-next,
.engagements-box .engagements-text-box .overlay-box .carousel-control-prev {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  bottom: -70px;
  top: auto;
}

.engagements-box .engagements-text-box .overlay-box .carousel-control-prev {
  left: auto;
  right: 40px;
}

.engagements-box .engagements-text-box:hover .overlay-box .ovelay-content-box .prev-next-btn {
  opacity: 1;
}

.inner-cadre-conceptuel .row h3,
.pilotage .row h3 {
  color: #202124;
  font-size: 32px;
  max-width: 470px;
  font-weight: 600;
  line-height: 140%;
  font-style: normal;
  font-family: Poppins-SemiBold;
}

.inner-cadre-conceptuel .row p,
.pilotage .row p {
  color: #525560;
  font-size: 20px;
  max-width: 470px;
  line-height: 140%;
  margin: 24px 0;
}

.pilotage .col-md-5 figure img{
  width:100% !important;
  height:auto !important;
}

.inner-cadre-conceptuel .row ul {
  padding: 0 0 0 20px;
}

.inner-cadre-conceptuel .row ul li {
  list-style-type: disclosure-closed;
}

.inner-cadre-conceptuel .row figure {
  padding: 0 0 0 40px;
}

.carousel-item {
  display: none;
  /* Hide all items */
}

.carousel-item.active {
  display: block;
  /* Show only the active item */
}

.methodologie-details {
  max-width: 370px;
  position: relative;
  margin: 0 auto 40px;
}

.methodologie-details figure {
  width: 65px;
  height: 65px;
  position: relative;
}

.methodologie-details figure img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.methodologie-details h5 {
  color: #13678A;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  margin: 16px 0 12px;
  font-family: Poppins-Medium;
}

.methodologie-details p {
  color: #525560;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 26px;
  position: relative;
}

.methodologie-details a {
  color: #13678A;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  align-items: center;
  display: inline-flex;
}

.methodologie-details h1 {
  top: 0;
  right: 0;
  line-height: 75%;
  font-size: 120px;
  font-weight: 500;
  color: transparent;
  position: absolute;
  font-family: Poppins-Bold;
  -webkit-text-stroke: 2px rgba(91, 91, 91, 0.18);
}

.mali-map-hover svg {
  width: 100%;
  height: auto;
}

.state-hover path {
  transition: all 0.3s;
}

.state-hover:hover path {
  fill: #35C2FF;
}

#contact_us {
  padding: 95px 0;
  background: url("../img/bg_resilience.png") no-repeat scroll bottom center / 100% 100%;
}

#contact_us .para-text {
  margin: 10px 0 50px;
}

.mail-us {
  color: #202124;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  align-items: center;
  display: inline-flex;
}

.mail-us img {
  width: 25px;
  margin: 0 8px 0 0;
}

.contact-us-btn {
  margin: 16px 0 0 0;
}

.contact-us-btn a {
  min-width: 180px;
  text-align: center;
}

.about-single-cadre .slick-arrow,
.about-single-cadre .carousel-control-next,
.about-single-cadre .carousel-control-prev {
  left: 0;
  right: auto;
  width: 60px;
  height: 60px;
  top: auto;
  bottom: -80px;
  transform: rotate(180deg);
  border: 1px solid #13678A;
  background: #FFFFFF url(../img/arrow_back_next.png) no-repeat scroll center center / 12px 20px !important;
}

.about-single-cadre .slick-next,
.about-single-cadre .carousel-control-next {
  left: 80px;
  transform: rotate(0deg);
}

.about-single-cadre .slick-arrow:hover {
  background: #13678A url(../img/arrow_back_next_white.png) no-repeat scroll center center / 12px 20px !important;
}

.ovelay-content-box .slick-arrow {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  background: url(../img/arrow_back_next_white.png) no-repeat scroll center center / 12px 20px !important;
}


.ovelay-content-box .slick-prev {
  right: 40px;
  transform: rotate(180deg);
}

/* resources */

#resources-blocks {
  display: flex;
  margin: 60px 0;
  align-items: flex-start;
}

.filter-box {
  width: 380px;
  padding: 40px 22px;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  background-color: #eceeed;
}

.filter-box h5 {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 600;
  line-height: 36px;
}

.filter-box h2 {
  display: none;
}

.filter-box form .js-form-item input,
.filter-box form .js-form-item select {
  width: 100%;
  height: 53px;
  border: none;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 53px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
}

.filter-box form .js-form-item input {
  background: #FFFFFF;
}

.filter-box form .button.js-form-submit {
  width: 160px;
  height: 56px;
  color: #FFFFFF;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  border-radius: 4px;
  background: #13678A;
}

.filtered-views {
  width: calc(100% - 400px);
}

.filtered-views .views-element-container>div {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

.filtered-views .views-element-container>div .views-row {
  margin: 0 12px 40px;
  width: calc(50% - 24px);
}

.filtered-views .views-element-container>div .views-row .resource-view-box figure {
  height: 234px;
  overflow: hidden;
  margin: 0 0 16px;
  border-radius: 6px;
}

.filtered-views .views-element-container>div .views-row .resource-view-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.resourc-details-box {
  padding: 0 6px 6px;
}

.resourc-details-box h5 {
  margin: 0 0 20px;
}

.resourc-details-box h5 a {
  color: #202124;
  font-size: 20px;
  font-weight: 600;
  line-height: 126%;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}

.resourc-details-box p {
  color: #525560;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resource-detailed-container .resource-detailed-text {
  padding: 0 20px 0 0;
  box-sizing: border-box;
  width: calc(100% - 400px);
}

.resource-detailed-container .resource-detailed-text p {
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right: 1px solid #999;
}

.resource-detailed-container .resource-detailed-text p:last-child {
  border: none;
}

.resource-detailed-container .resource-detailed-text p span {
  color: #999;
}

.resource-detailed-container {
  display: flex;
  padding: 12px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
}

.resource-detailed-container figure {
  width: 250px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.resource-detailed-container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.resource-detailed-container .resource-detailed-text {
  padding: 0 0 0 26px;
  box-sizing: border-box;
  width: calc(100% - 250px);
}

.resource-detailed-container .resource-detailed-text p strong {
  margin: 0 10px 0 0;
}

/* Resources pdf */
#end {
  display: none;
}

.iconslinks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.icon-links a {
  color: #FFFFFF;
  padding: 6px 15px;
  background: #13678a;
  border-radius: 50px;
  display: inline-block;
  margin: 10px 20px 0 0;
}

.mailbox {
  display: flex
}

.mailbox figure {
  margin: 0 10px 0 0
}

.filtered-views .views-element-container>div .views-row .resource-view-box:hover .resourc-details-box h5 a {
  color: #31688B;
}

.login-form-bx {
  margin: 50px auto;
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 40px -36px #000;
}

.login-form-bx .head-banner {
  text-align: center;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.login-form-bx .inner-login-form form input {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  margin: 0 0 15px;
}

.login-form-bx .inner-login-form form input#edit-submit {
  margin: 0;
  color: #FFF;
  background: #13678a;
  text-transform: uppercase;
}

.error-page {
  text-align: center;
  margin: 50px 0;
}

.error-page>h1 {
  font-size: 72px;
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #13678a;
}

.error-page>h6 {
  margin: 10px 0 0 0;
}

.error-page>h6 a {
  text-transform: uppercase;
  color: #13678a;
  font-weight: bold;
}

/* Privacy Policy */
#maincontent p a {
  font-size: 15px;
  font-weight: bold;
  color: #13678a;
}


/* About page Methodology modal */

/* Custom slide-in animation from the left */
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Position the modal on the left side of the screen */
.modal.slide-from-left .modal-dialog {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  min-width: 700px;
  /* Adjust width as needed */
  animation: slideInFromLeft 0.5s ease-out;
}

/* Custom slide-in animation from the right */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Position the modal on the right side of the screen */
.modal.slide-from-right .modal-dialog {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  min-width: 700px;
  /* Adjust width as needed */
  animation: slideInFromRight 0.5s ease-out;
}

/* Search result page */

#block-imrs-content #search-form,
#block-imrs-content h2:nth-child(2) {
  display: none;
}

#search-result {
  margin: 40px 0;
}

#result_search .display-metadata-box .search-list .item {
  padding: 12px 20px 16px;
  margin: 0 0 15px 0;
  background: #eceeed;
  box-sizing: border-box;
}

#result_search .display-metadata-box .search-list .item h3 a {
  color: #13678A;
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

/* News page */

#resources-blocks.news-blocks .filtered-views .views-element-container>div .views-row {
  background: #FFFFFF;
  margin: 0 0 20px;
  padding: 14px;
  border-radius: 10px;
  width: 100%
}

.news-blocks .filtered-views .views-element-container>div .views-row .resource-view-box figure,
.custom-carousel {
  height: 400px;
  overflow: hidden;
  margin: 0 0 16px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}

.custom-carousel .carousel-item img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.news-blocks .filtered-views .views-element-container>div .views-row .resource-view-box .resourc-details-box h5 a {
  color: #202124;
  font-size: 20px;
  font-weight: 600;
  line-height: 126%;
  font-style: normal;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
  padding: 0 0 14px;
  border-bottom: 1px solid #eaeaea;
}

#resources-block.news-blocks .filtered-views .views-element-container>div .views-row .resource-view-box .resourc-details-box p {
  margin: 6px 0;
}

.resource-detailed-container.newses-detailed-container .resource-detailed-text {
  padding: 0 6px;
  box-sizing: border-box;
  width: 100%;
}

.resource-detailed-container.newses-detailed-container .resource-detailed-text h3 {
  text-align: center;
}

.resource-detailed-container.newses-detailed-container figure {
  width: 100%;
  height: 400px;
  margin: 20px 0 0 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}

.more-details {
  display: flex;
  justify-content: flex-end;
}

.more-details a {
  color: #13678a;
  font-size: 10px;
  border: 1px solid #13678a;
  padding: 4px 10px;
  border-radius: 50px;
  margin: 10px 0 0 0;
}

.more-details a:hover {
  background: #13678a;
  color: #FFFFFF;
}

.resource-detailed-container .resource-detailed-text>p {
  margin: 6px 0;
  padding: 0;
  border: none;
}

.resource-detailed-container.newses-detailed-container {
  flex-direction: column;
}

.social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-top: 1px solid #eaeaea;
  margin: 12px 0 0 0;
  padding: 6px 0 0 0;
}

.social-share a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 10px;
  border: 1px solid #13678A;
  background: #13678A;
  transform: scale(1);
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 25px;
  box-sizing: border-box;
}

.social-share a:hover {
  transform: scale(1.1);
  font-size: 19px;
  background: #083141;
  border: 1px solid #083141;
}

.resource-detailed-container.newses-detailed-container .addtoany_list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-top: 1px solid #eaeaea;
  margin: 12px 0 0 0;
  padding: 8px 0 0 0;
}

.resource-detailed-container.newses-detailed-container .addtoany_list a {
  margin: 5px 6px;
  padding: 0;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-detailed-container.newses-detailed-container .addtoany_list a span svg {
  width: 24px;
  height: 32px;
}


@media screen and (max-width: 1280px) {
  .head-logo a {
    font-size: 24px;
    line-height: 28px;
  }

  .head-logo a figure img {
    height: 50px;
  }
}

@media screen and (max-width: 1210px) {
  .head-logo a {
    flex-direction: column;
    align-items: flex-start;
  }

  .head-logo a figure {
    margin: 0 0 5px;
  }

  .head-logo a figure img {
    height: 40px;
  }
}