body {
  position: relative !important ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-color: white; */
  position: relative;
  background-image: url(../graphics/bk-body.jpg);
  color: #564c4c;
}
.slide img {
  width: 75%;
  height: 100px;
  object-fit: contain;
}
.logo-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  background-color: #ffffffcc;
  align-items: center;
  border-top: 1px solid #1b1c2314;
  border-bottom: 1px solid #1b1c2314;
}
.section02 {
  padding-bottom: 50px !important;
}
.logo-section h3 {
  padding: 70px 30px;
  font-size: 30px;
  color: #fbfbfb;
  margin-bottom: 0;
  background-color: #211f23;
}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.row-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 7px rgb(0 0 0 / 60%);
  border-radius: 0.5rem;
  margin-bottom: 30px;
  margin-left: 35px;
}
.card-header {
  width: 100%;
}
.card-header img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.card-content {
  padding: 1rem;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.card-footer img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.card-footer .author {
  flex: 1;
  margin-left: 1rem;
}
.card-content h3 {
  margin: 10px 0 10px 0;
}
.card-content p {
  font-size: 17px;
  margin-top: 20px;
  display: none;
}
.card-content span {
  background-color: #9a192c;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  text-transform: uppercase;
}
#mobile .flex-02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.flex-footer {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.num-podcast {
  background-color: #ed6f87;
  /* text-align: center; */
  color: white;
  text-align: center;
  padding: 3px;
  padding-top: 5px;
}
.scrolldown-animation {
  animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
  bottom: -64px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 45px;
  z-index: 60;
  position: absolute;
  bottom: 27px;
}

@keyframes scrolldown-keyframes {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes scrolldown-keyframes {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
}
/*animated background*/
.animated-background {
  animation: 120s linear 0s normal none infinite running animatedBackground;
  background-repeat: repeat-x;
  background-size: cover;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
/* --
.scrolldownImg {
    width: 45px;
}
.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.UNESCO-logo img{
    margin-left: -31px;
}

.navbar-collapse{
    padding-right: 0;
    padding-left: 15px;
}
.section02{
    background-color: white !important;
}
.unisco-logo{
    background-color: #0075d1;
}
.logo-section{
    overflow: unset;
    /* background-color: #f4f3f1; */
/* border-top: 4px solid #ececec52;
} */
.customer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-logos .logos {
  width: auto;
  height: 66px;
  object-fit: contain;
}
.news-ticker-title {
  width: 100%;
  margin-bottom: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-ticker-title h4 {
  /* background-color: #9a192c; */
  color: white;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  font-size: 23px;
}
.news-ticker-title img {
  position: absolute;
  /* z-index: 1; */
  width: 302px;
  object-fit: contain;
}

.news-ticker {
  border-bottom: unset;
  position: relative;
}
.partners-aa {
  padding-bottom: 30px;
}

/* *-------------- AUDIO PLAYER --------------*/
*/ .nextStory {
  text-decoration: none;
  color: #ffffff;
}
.nextStory-btn {
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
}
.audio-player {
  position: fixed;
  bottom: -19px;
  left: 0;
  right: 0;
}

.no-flexbox .audio-player {
  display: none;
}

.flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-item {
}

.jp-controls.flex-item {
  flex-basis: 150px;
}

.jp-progress-container.flex-item {
  flex-basis: 350px;
  flex-grow: 2;
  flex-shrink: 2;
}

.jp-now-playing.flex-item {
  flex-basis: 145px;
  display: none;
}

.jp-toggles.flex-item {
  flex-basis: 55px;
}

.jp-volume-controls.flex-item {
  flex-basis: 155px;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  background: rgb(73 51 72 / 86%);
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}

/*Controls*/

.jp-playlist {
  display: none;
}

.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: white;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 5px;
}

.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
  font-size: 20px;
  color: #eeeeee;
}

.jp-interface .jp-controls .jp-play {
  border: solid 2px #eeeeee;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 10px;
}

.jp-interface .jp-controls .jp-play i {
  padding-left: 5px;
  padding-top: 5px;
}

.jp-audio.jp-state-playing .jp-play i {
  padding-left: 0px;
}

.jp-audio.jp-state-playing .jp-play i:before {
  content: "\f04c" !important;
}

/*Progress bars*/

.jp-progress-container,
.jp-volume-bar-container {
  height: 30px;
  padding: 10px;
  padding-right: 50px;
}

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.jp-progress {
  margin: 0 50px;
  background-color: #f6efed;
  border-radius: 5px;
}

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #f6efed;
  border-radius: 5px;
}

.jp-play-bar {
  float: left;
  position: relative;
  background-color: #c2c2c2;
  border-radius: 5px;
  overflow: visible !important;
}

.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa;
}

.jp-progress .bullet,
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -5px;
  right: -7px;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 50%;
}

.jp-time-holder {
  position: relative;
  top: 0;
  color: #979797;
  font-size: 12px;
}

.jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -3px;
  color: white;
}

.jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -3px;
  color: white;
}

/* Track & Artist */

.jp-now-playing {
  padding: 0 37px;
}

.jp-track-name {
  color: #c9c9c9;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
}

.jp-artist-name {
  color: #6d6d6d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
}

/* Toggles */

.jp-toggles button {
  margin: 0 3px;
}

.jp-toggles button:hover {
  color: #fff;
}

.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #00c85f;
}

/* Volume Controls */

.jp-volume-controls button {
  float: left;
}

.jp-volume-controls .jp-volume-bar {
  margin-left: 40px;
  margin-top: 8px;
}

.jp-state-muted .jp-mute i:before {
  content: "\f026" !important;
}

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 5px;
}

.jp-state-no-volume .jp-volume-controls {
  display: none;
}

/* Playlist  */

.jp-playlist {
  position: absolute;
  right: 65px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 400px;
}

.jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}

.jp-playlist li {
  list-style: none;
}

.jp-playlist li a {
  color: #c9c9c9;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #1f1f1f;
}

.jp-playlist li:last-child a {
  border-bottom: 0;
}

.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
  color: #00c85f;
  text-decoration: none;
}

.jp-playlist li a span {
  color: #6d6d6d;
}

.back2Image {
  float: right;
  width: 25px;
  margin-top: 22px;
  margin-right: 22px;
  cursor: pointer;
}
.sidenav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  background-color: #000000e6;
  text-align: right;
}
.contentStory {
  margin-top: 15%;
}

.team {
  font-size: 19px;
  margin-top: 50px;
  font-weight: 500;
  color: white;
}
.teamFooter ul {
  list-style: none;
  padding-right: 0px;
}
.teamFooter .first {
  font-size: 16px;
  font-weight: 700;
  color: #a20014 !important;
  margin-top: 25px;
}
.teamFooter .secound {
  font-size: 15px;
  font-weight: 500;
  color: white;
}

/* ==================== Media Query ==================== */

@media (max-width: 992px) {
  .jp-now-playing {
    display: none;
  }
}

@media (max-width: 767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
  .jp-time-holder {
    display: none !important;
  }
  .jp-progress-container.flex-item {
    flex-basis: 140px;
    padding: 12px 15px;
  }
  .jp-progress .bullet {
    right: -10px;
  }
  .jp-volume-controls.flex-item {
    flex-basis: 33px;
  }
  .jp-progress {
    margin: 0;
  }
  .jp-interface .jp-controls .jp-play {
    margin: 0 3px;
  }
  .jp-interface .jp-controls .jp-play i,
  .jp-interface .jp-controls .jp-previous i,
  .jp-interface .jp-controls .jp-next i {
    font-size: 16px;
  }
  .jp-interface .jp-controls .jp-play {
    width: 42px;
    height: 42px;
  }
  .jp-interface .jp-controls .jp-play i {
    padding-left: 3px;
    padding-top: 0;
  }
  .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0;
  }
  .jp-controls.flex-item {
    flex-basis: 100px;
  }
}

@media (max-width: 320px) {
  .mobileHead {
    font-size: 22px;
    margin-bottom: 15px;
    display: none;
  }
  .r-c-head {
    font-size: 17px;
  }
}

.cards005 {
  height: auto;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
}
.card-wrap {
  width: 35%;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  /* z-index: -1; */
}
.card-header.one {
  background: linear-gradient(to bottom left, #ba202e, #d42428);
}
.card-btn.one {
  background: linear-gradient(to bottom left, #127688, #63bcba);
}
.card-header.two {
  background: linear-gradient(to bottom left, #db7344, #ff6a22);
}
.card-btn.two {
  background: linear-gradient(to bottom left, #0e6f83, #35b8b6);
}
.card-header {
  height: 100%;
  width: 100%;
  background: red;
  /* border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%; */
  display: grid;
  place-items: center;
  border-radius: 100% 0% 100% 0% / 0% 50% 50% 100% !important;
}
.card-header {
  color: white;
  font-weight: 500;
  font-size: 22px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.card-title {
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 21px;
  margin-bottom: 20px;
  color: #373735 !important;
  font-size: 20px;
}
.card-text {
  display: none;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

.bottmo-text-poadcast {
  margin-top: 40px;
  background-color: #f7f1ee80;
  color: #301430;
  font-weight: 500;
  padding: 20px;
  border-radius: 4px;
}
p {
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  text-align: justify;
}
.icon-container {
  display: flex;
  font-size: 19px;
  font-weight: 500 !important;
}
.qoute-container img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
.qoute-container {
  font-size: 21px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}
#single-page-article h3 {
  color: #673166;
  background-color: #ead8d15e;
  width: 300px;
}
#single-page-pod h3 {
  margin-top: 20px;
  margin-top: 100px;
  font-size: 20px;
}
.icon-container a:not(.btn) {
  font-weight: 500 !important;
}
.icon-youtube {
  margin-left: 10px;
}
.icon-souncloud {
  margin-left: 10px;
}

.icon-youtube img {
  width: 62px;
  height: 60px;
  /* filter: grayscale(.3); */
  margin-bottom: 23px;
}

.icon-souncloud img {
  width: 62px;
  height: 60px;
  /* filter: grayscale(.3); */
  margin-bottom: 23px;
}
.lead {
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
  text-align: justify;
}
#single-page .image-head {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  height: auto;
}
#single-page {
  background-color: #ebd9d3;
  text-align: center;
}
.p01-footer {
  color: white;
  border-bottom: 1px solid white;
  width: 200px;
  margin: auto;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 11px;
  text-align: center;
}
.arrow-container-p {
  font-size: 18px;
  margin-top: 10px;
  color: #683068;
}
.p02-footer {
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.head00card-main {
  font-size: 22px;
  color: #181818;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 35px;
  text-align: center;
}
.title-report0aa {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  color: #181818de;
  margin-bottom: 20px;
}
.image-head {
  width: 100%;
  margin-top: 33px;
}
.image-bootom {
  text-align: center;
}
.image-bootom img {
  width: 80%;
}
.btn-head {
  background-color: #9a192c !important;
  color: white !important;
  border-radius: 22px;
  padding: 13px;
  padding-top: 7px;
  padding-bottom: 5px;
  transition: 0.5s;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-weight: 500 !important;
}
.scroll-to img {
  width: 92px;
  /* margin-bottom: 212px; */
  opacity: 0.4;
}
.row-head {
  display: flex;
  margin-top: 0;
  margin-bottom: 22px;
}
.section-banner {
  padding-top: 40px;
  padding-bottom: 0 !important;
  text-align: center;
  border-bottom: 2px solid #f3f2ee;
  /* background-color: #1b1c2314; */
  background-color: #ffffff0d;
  position: relative;
}
.head-hr {
  color: #1f1329;
  border-top: 1px solid #1f1329;
}
.col-head-p {
  width: 100%;
}
.col-head-p p {
  text-align: justify;
  color: #1f1329;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
}

.flex {
  display: flex;
  /* padding-top: 11px; */
}

#desktop {
  display: block;
}
#mobile {
  display: none;
}
ul {
  list-style: none;
}
.mid-box .p02 {
  font-size: 15px;
  margin-bottom: 3px;
}
.mid-box .p01 {
  font-size: 15px;
  margin-bottom: 3px;
}

.mid-box {
  background-color: #dcdcdc47;
  padding: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.mid-box h4 {
  /* display: flex; */
  font-weight: 500 !important;
  align-items: center;
}
.mid-box .circle-01 {
  background-color: #a10113;
  color: white;
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 5px;
  padding: 10px;
  min-width: 75px;
  padding-top: 15px;
  margin-bottom: 10px;
  font-weight: 800;
}
.mid-box .box-red {
  background-color: #e1e1e1;
  color: #484545;
  line-height: 31px;
}
.list-red {
  background-color: #e1e1e1;
  color: #484545;
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 23px;
  border-radius: 4px;
}
/*  Fonts  */
.font-cairo {
  font-family: "Cairo", sans-serif !important;
  letter-spacing: -1px !important;
}
.font-amiri {
  font-family: "Amiri", serif !important;
  letter-spacing: 0 !important;
}
.font-openSans {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
}

@font-face {
  font-family: aref-regular;
  src: url("../webfonts/aref-regular.ttf");
}

/* addthis */

.at-expanding-share-button.at-expanding-share-button-desktop
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #403f56 !important;
}
.at-expanding-share-button[data-position="bottom-left"] {
  left: 10px;
}
/* addthis */
.at-expanding-share-button[data-position="bottom-right"] {
  bottom: 10px !important;
  right: 10px !important;
}
.at-expanding-share-button-mobile-container
  .at-expanding-share-button-mobile
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #483348 !important;
  color: #483348 !important;
}
/* color over rides */
:root {
  --vlGrey: #ebebeb;
  --lGrey: #c3c3c3;
  --mGrey: #454040;
  --dGrey: #202020;
  --main-color: #454040 !important;
  --support-color: #eeba00;
}

/* coloring */
.csVLG {
  color: var(--vlGrey);
}
.csLG {
  color: var(--lGrey);
}
.csMG {
  color: var(--mGrey);
}
.csDG {
  color: var(--dGrey) !important;
}
.csM {
  color: var(--main-color) !important;
}
.csS {
  color: var(--support-color);
}
.csW {
  color: #fff;
}

.bgVLG {
  background-color: var(--vlGrey);
}
.bgLG {
  background-color: var(--lGrey);
}
.bgMG {
  background-color: var(--mGrey);
}
.bgDG {
  background-color: var(--dGrey);
}
.bgM {
  background-color: #454040 !important;
}
.bgS {
  background-color: var(--support-color);
}
.bgW {
  background-color: #fff;
}

a:not(.btn) {
  color: #ec6e87;
  font-weight: 600;
}
a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
  text-decoration: none;
  outline: none;
  color: #000000;
}
.mid-box li {
  margin-top: 45px;
  margin-bottom: 50px;
}
.mid-box ul {
  padding-right: 0;
}
.navbar-nav {
  display: flex;
}
.rows {
  display: flex;
  width: 100%;
}
.ARIJ-logo {
  width: auto;
  height: 47px;
  object-fit: contain;
  margin-right: 0;
  margin-right: 10px;
}
.netherlands {
  width: 154px;
  height: 67px;
}
.undf-logo {
  width: 195px;
  object-fit: contain;
  padding-top: 5px;
}
.micro-who-logo {
  height: 66px;
  width: auto;
  object-fit: contain;
}
.nav-link {
  font-size: 18px;
  border-radius: 22px;
  padding: 13px;
  padding-top: 7px;
  padding-bottom: 5px;
  color: #1f1329 !important;
  transition: 0.5s;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-weight: 500 !important;
}
.nav-item {
  margin-left: 9px;
}
.nav-link:hover {
  background-color: #9a192c !important;
  color: white !important;
}
.active .nav-link {
  background-color: #9a192c !important;
  color: white !important;
}
.bg-light {
  /* box-shadow: 1px 0px 6px 1px #88888861; */
  background-color: #ffffff !important;
}
.card-content a {
  color: white;
  cursor: pointer;
}
.navbar {
  box-shadow: 1px 0px 6px 1px #88888861;
  /* border-bottom: 1px solid #1f1329;     */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 85px;
}
section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* background-color: unset; */
}
.article-main {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 60px;
  min-height: 80vh;
}
.article-main h3 {
  color: #181818;
  font-size: 25px;
  margin-bottom: 23px;
  text-align: right;
}
.arrow-images {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.cards .dates {
  font-size: 16px;
  color: #747474;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 22px;
}
.title-report {
  /* font-size: 21px; */
  color: #181818;
  font-weight: 500;
  line-height: 33px;
  font-size: 25px;
}
.all-reports-cards .title-report {
  font-size: 22px;
  text-align: right;
}
.about-p-m {
  margin-bottom: 50px;
}
.article-who {
  margin-top: 120px;
  margin-bottom: 70px;
  min-height: 70vh;
}
.article-who h3 {
  color: #1f1329;
  font-size: 21px;
  margin-top: 35px;
  margin-bottom: 11px;
}
.desc-report {
  font-size: 15px;
  color: #21061f;
  font-weight: 500;
  text-align: center;
}
.arrow-container {
  text-align: center;
  border: 1px solid #ed778e;
  color: #ed778e;
  padding: 9px 19px;
  width: 200px;
  margin: auto;
  border-radius: 27px;
  margin-top: 30px;
  margin-bottom: 42px;
  transition: all 0.5s;
  cursor: pointer;
}
.arrow-container:hover {
  background-color: #ed778e;
}
.arrow-container:hover a {
  color: white !important;
}
.arrow-container a {
  font-weight: 500 !important;
  color: #ed778e;
}

.main-card-img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.sec02 {
  margin-top: 50px;
}
a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
  text-decoration: none;
  outline: none;
  color: #7d030f;
}
.all-reports-pages {
  background-color: #a20515;
  color: white;
  border: 1px solid #a20515;
  padding: 10px;
  padding-left: 18px;
  padding-right: 15px;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 40px;
  width: 130px;
  font-weight: 700;
  cursor: pointer;
}
.side-cards {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.side-cards .main-card-img {
  width: 170px;
  height: 100%;
  margin-left: 10px;
}
.side-cards .title-report {
  margin-top: 8px;
  margin-bottom: 8px;
}
.side-cards .dates {
  margin-top: 8px;
  margin-bottom: 8px;
}
.section03 {
  margin-top: 50px;
}
.sec03-left-h3 {
  color: #8da7be !important;
}
footer {
  background-color: #f8f8f8 !important;
  border-top: unset !important;
}
.bord-logo {
  border-left: 1px solid white;
  padding-left: 15px;
  margin-left: 15px;
}

ul {
  margin-bottom: 0;
}
.icon i {
  color: white;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  margin-top: 9px;
}
.icon {
  background-color: unset;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 1px solid white;
}

.icon:hover {
  background-color: white;
}
.icon:hover i {
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  margin-top: 9px;
}

footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-right: 0;
  border-bottom: 1px solid #ffffff57;
  padding-bottom: 10px;
  margin-bottom: 16px;
  width: 50%;
  margin: auto;
  margin-bottom: 16px;
}
footer ul > li {
  margin-left: 4px;
}
#footer .copyright-content {
  background-color: #1b1c23;
  border-top: 1px solid #2e1a2f;
  min-height: 80px;
  padding: 30px 0;
  padding-bottom: 0;
}

/* Reports */
.all-reports-cards .main-card-img {
  height: auto;
}
.sec02-p {
  display: flex;
  align-items: end;
  justify-content: center;
}
.sec02-p img {
  width: 60px;
}
.sec02-p p {
  font-size: 18px;
  font-weight: 600;
  margin-right: 14px;
  width: 50%;
}
.inpho-beg00-container {
  background-color: #0000000d;
  padding: 30px;
  padding-bottom: 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.head-beg001 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 33px;
  line-height: 34px;
  margin-top: 30px;
}
.inpho001-container {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.first-beg,
.secound-beg {
  width: 50%;
}
.secound-beg .head001 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.first-beg .head001 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.inpho-00-number {
  font-weight: 700;
  color: #a20013;
  font-size: 25px;
  padding-left: 5px;
}

.head001 span {
  font-size: 40px;
  font-weight: 400;
  color: #a20013;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.col001,
.col002 {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.men,
.women,
.girls,
.boys {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}
.inpho001-container img {
  width: 35px;
  height: 35px;
}
.lead00a {
  font-weight: 500;
  width: 90%;
  color: #454040;
  padding-top: 10px;
}
.inpho00hr {
  margin-top: 30px;
}
.inline-pages-title {
  margin-top: 30px;
  /* font-size: 25px; */
}
.dates span {
  color: #a20414;
}
.rports-pages .dates {
  margin-top: 14px;
  margin-bottom: 55px;
}
.heads-inline {
  color: #454040 !important;
  font-size: 26px !important;
  margin-bottom: 23px !important;
  font-weight: 500 !important;
  margin-top: 40px;
}
.desc-writ {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 32px;
  width: 50%;
}
.name-writ {
  color: #de6a7e;
  font-weight: 600;
}
.img-writ img {
  margin-bottom: 16px;
  margin-top: 16px;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  object-fit: cover;
}
.writer-container hr {
  width: 100%;
}
.writer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.side-reports .title-report {
  font-size: 18px;
  line-height: 25px;
  text-align: right;
}
.link-color {
  width: 30px;
}

.box-red {
  background-color: #a20515;
  color: white;
  font-size: 19px;
  font-weight: 500;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 23px;
  border-radius: 4px;
}
.box-red h3 {
  color: white;
  text-align: center;
  font-size: 22px;
  padding-top: 16px;
  margin-bottom: 7px;
}
.box-red p {
  font-size: 17px;
  color: white;
  font-weight: 600;
}
/* footer */

footer .row {
  display: flex;
  align-items: baseline;
}

.yu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col1 {
  flex: 1;
}

@media (max-width: 900px) {
  #desktop {
    display: none;
  }
  #mobile {
    display: block;
    cursor: pointer;
  }
}

.undf-logo {
  width: 156px;
  object-fit: contain;
  padding-top: 17px;
}
.micro-who-logo {
  height: 66px;
  width: 90px;
  object-fit: contain;
}
.navbar-toggler {
  margin-top: 17px;
  cursor: pointer;
}
.navbar-nav {
  float: right;
  width: 100%;
  margin-top: 0px;
  background-color: #eaeaea;
}
.side-cards {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-bottom: 20px;
}

.navbar-expand-lg .navbar-nav {
  background-color: white;
}

@media (max-width: 720px) {
  .customer-logos {
    display: flex;
  }

  #single-page .image-head {
    margin-top: 65px;
  }
  .nav-link {
    border-radius: 0;
  }
  .image-head {
    width: 100%;
    margin-top: 46px;
  }
  .col-head-p p {
    text-align: right;
  }
  .row-head {
    flex-direction: column;
  }
  .col-head-p {
    width: 100%;
  }
  .col-head {
    width: 100%;
  }
  #header-video {
    display: none;
  }
  #header-mobile {
    display: block;
  }
  .sec02-p p {
    font-size: 18px;
    font-weight: 600;
    margin-right: 14px;
    width: 100%;
  }
  .cards005 {
    flex-direction: column;
  }
  .card-wrap {
    width: 100%;
  }
  .sec02-p img {
    width: 60px;
    margin-bottom: 10px;
  }
  .new-cc {
    display: flex;
    justify-content: center !important;
    margin-bottom: 9px;
    padding-left: 1px;
  }
  .sec02-p {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
  }
  .inpho001-container {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    flex-direction: column;
  }
  .first-beg,
  .secound-beg {
    width: 100%;
  }
  .secound-beg .head001 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 65px;
  }

  .desc-writ {
    width: 100%;
  }
  /* .flex-02 {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        } */
}
