/*
Theme Name: refunite-landing
Text Domain: refunite-landing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  height: 100%;
  font-family: 'Lucida Grande', sans-serif;
}

.mt-10 {
  margin-top: 6rem!important;
}

.mt-15 {
  margin-top: 7.5rem!important;
}

.mt-20 {
  margin-top: 12rem!important;
}

.mb-10 {
  margin-bottom: 7.5rem!important;
}

.mb-15 {
  margin-bottom: 7.5rem!important;
}

.mb-20 {
  margin-bottom: 12rem!important;
}

.mb-25 {
  margin-bottom: 13.5rem!important;
}

.mb-30 {
  margin-bottom: 18rem!important;
}

.pr-10 {
  padding-right: 6em!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.navbar {
  top: 0;
  width: 100%;
  z-index: 300;
  height: 1000px;
  position: fixed;
}

.navbar-collapse.collapse.show {
  background-color: #ededed;
  padding-top: 40px;
  padding-left: 40px;

}

.navbar .navbar-toggler {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  background-color: white;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.showcase .showcase-text {
  padding: 3rem;
  padding-left: 5vw;
  padding-right: 8vw;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.features-icons {
  padding-top: 6.3%;
  padding-bottom: 5.58%;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.stripe-header-left {
  position: relative;
  left: -250px;
  top: -35px;
}

.stripe-header-right {
  float: left;
  width: 110%;
  margin: 4% 0px;
}

.header__custom-h1 {
  font-family: Arial;
  font-size: 4em;
  font-weight: bold;
  margin-bottom: 0px;
  height: 60px;
}

.header__custom-h3 {
  font-family: Arial;
  font-size: 1.7em;
  font-weight: bold;
  height: 25px;
}

.header__custom-stripe-h1 {
  position: relative;
  left: -112px;
  top: 5px;
}

.background-deep-grey {
  background-color: #ededed;
}

.background-light-grey {
  background-color: #f9f9f9;
}

.text-deep-grey {
  color: #757575;
}

.block__donate-sub-2 {
  padding-top: 5%;
  padding-right: 0;
}

.block__donate-sub-2 div {
  width:100%;
  height:100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0 top;
  background-image: url('../img/people-10.jpg');
}

.btn-round {
  border-radius: 10vw;
}

.header__contour {
  color: #f9f9f9;
  -webkit-text-stroke: 1px #5252dd;
}

.btn__learn-more {
  background-color: white;
  color: #5151dd;
  font-size: 1.25vw;
  padding: 1.2vw 4.2vw;
  border-radius: 100px;
  border-color: white;
  box-shadow: 0 0.2rem 1.1rem rgba(235, 235, 246, 1);
}

.btn__learn-more:hover {
  color: #fff;
  background-color: #5151dd;
  border-color: #5151dd;
}

.bg__refunite-platform {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/bg-refunite-platform-d.jpg');
}

.bg__light-gray {
  background-color: #d7d7d7;
}

.btn__search_now {
  color: white;
  padding: 1.25vw 3vw;
  border-radius: 50px;
  background-color: #5876fb;
  font-size: 1.25vw;
}

.btn__search_now:hover {
  color: #5151dd;
  background-color: white;
}

.btn__view-all-1 {
  color: white;
  font-size: 1.3vw;
  padding: 1.2vw 5.5vw;
  border-radius: 50px;
  background-color: #5151dd;
  box-shadow: 0 0.5rem 1rem rgba(201, 201, 241, 1);
}

.btn__view-all-1:hover {
  color: white;
  background-color: #5876fb;
}

.btn__view-all-2 {
  color: white;
  font-size: 1.3vw;
  padding: 1.2vw 5.5vw;
  border-radius: 50px;
  background-color: #5876fb;
  box-shadow: 0 0.5rem 1rem rgba(207, 215, 254, 1);
  margin-top: 5%;
}

.btn__view-all-2:hover {
  color: white;
  background-color: #5151dd;
}

.btn__platform {
  color: white;
  border-radius: 50px;
  background-color: #5151dd;
}

.btn__platform:hover {
  color: white;
  background-color: #5876fb;
}

.list-countries {
  direction: rtl;
  overflow-y: scroll;
  width: 100%;
  margin-top: 28%;
  height: 50vh;
  margin-left: 1.5vw;
}

.list-countries .item {
  direction: ltr;
  padding-left: 2vw;
  padding-bottom: 8%;
  font-size: 1vw;
}

#style-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ccc;
}

#style-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #5252dd;
}

#style-scroll::-webkit-scrollbar-thumb:hover {
  background: #ededed;
}

#style-scroll::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

.frame-under-text {
  display: inline-block;
  position: relative;
}

.frame-under-text:before, .frame-under-text:after {
  left: 0;
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
}

.frame-under-text:before {
  top: 0;
}

.frame-under-text:after {
  bottom: 0;
  background: #d7d7d7;
}

.frame-under-text span {
  position: relative;
  z-index: 260;
}

.menu {
  width: 100%;
  position: absolute;
  top: 40px;
  z-index: 299;
  padding-left: 2.5vw;
  padding-right: 7vw;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9vw;
  font-weight: 600;
}

.menu-img {
  width: 11vw;
}

.menu div a {
  color: white;
  text-decoration: none;
}

.map__text-logo {
  font-family: "Arial Black";
  font-size: 2.1em;
}

.news__block-1 div {
  background-color: #d7d7d7;
}

.news__block-1 div p {
  font-style: italic;
}

.news-headline {
  color: white;
  position: relative;
  bottom: 85px;
  font-style: italic;
}

.big-logo {
  top: 40%;
  left: 15%;
  z-index: 299;
  position: absolute;
}

.social-bar div a {
  color: black;
  text-decoration: none;
}

.footer div a {
  color: black;
  text-decoration: none;
}

.stories_bg {
  width: 70%;
  height: 1110px;
  background-color: #f9f9f9;
  position: relative;
  left: 432px;
  top: 1482px;
}

.hide__block {
  display: none!important;
}

.block__who-we-are {
  text-align: left;
  padding-left: 250px!important;
  padding-right: 50px!important;
}

.statistics .btn__learn-more {
  padding: 13px 40px;
  /*width: 250px;*/
}

.story-btn-aling-1 {
  text-align: right!important;
}

.story-btn-aling-2 {
  text-align: left!important;
}

/*.story__layer div {*/
/*z-index: 32;*/
/*}*/

.stories__block .bg__grey-stories {
  right: 0px;
  top: 3062px;
  z-index: 22;
  position: absolute;
}

.grey-stories {
  background-color: #f9f9f9;
}

.bg__grey-stories {
  width: 70%;
  height: 1250px;
  background-color: #f9f9f9;
}

.story-social {
  margin-top: 20px;
}

.story__block {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  min-height: 500px;
  width: 900px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.story__block .story-link-1 {
  text-align: right;
}

/* START Owl Carusel */

.owl-theme .owl-dots .owl-dot span {
  background: #dbdbdb;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5151dd;
}

.owl-nav-1 {
  height: 0;
}

.owl-nav-1 .owl-prev {
  background: url('../img/btn-prev-d.png') no-repeat!important;
}

.owl-nav-1 .owl-next {
  background: url('../img/btn-next-d.png') no-repeat!important;
}

.owl-nav-1 .owl-prev:hover {
  background: url('../img/btn-prev-d-hover.png') no-repeat!important;
}

.owl-nav-1 .owl-next:hover {
  background: url('../img/btn-next-d-hover.png') no-repeat!important;
}

.owl-nav-1 .owl-prev,
.owl-nav-1 .owl-next {
  width: 50px;
  height: 50px;
  z-index: 400;
}

.owl-prev {
  top: 40%;
  left: 16%;
  position: absolute;
  display: block!important;
}

.owl-next {
  top: 40%;
  right: 16%;
  position: absolute;
  display: block!important;
}

/* END Owl Carusel */


.story__block .story-text-right {
  padding-top: 4% !important;
  padding-left: 2% !important;
  padding-bottom: 0 !important;
  padding-right: 3% !important;
}


@media only screen and (min-width: 1920px) {

  .story__block {
    width: 1220px;
  }

  .story__block .story-link-1 {
    right: 3%;
    bottom: 5%;
    position: absolute;
  }

  .owl-prev {
    top: 40%;
    left: 16%;
    position: absolute;
    display: block!important;
  }

  .owl-next {
    top: 40%;
    right: 16%;
    position: absolute;
    display: block!important;
  }

  .stories__block .bg__grey-stories {
    top: 3231px;
  }

  .bg__grey-stories {
    height: 1716px;
  }

  .map__text {
    font-size: 1.6em;
  }

  .map__text h3 {
    font-size: 1.5em;
  }

  .stripe-header-right {
    float: left;
    width: 110%;
  }

  /*.btn-sun {*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*top: -76px;*/
  /*left: 35%;*/
  /*}*/

  .story-text {
    padding: 7rem!important;
  }

  .story-text p {
    padding-right: 6rem!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/

  .block__everyone {
    text-align: justify;
  }

  .news__block-0 {
    padding: 0!important;
  }

  .news__block-2 {
    height: auto;
  }

  .news__block-3 {
    height: auto;
  }

  .news__block-4 {
    height: auto;
  }

  .news__block-5 {
    height: auto;
  }

  .block-btn-header {
    position: absolute;
  }

  .block__donate {
    padding-left: 250px;
    padding-right: 50px;
    padding-top: 150px;
    text-align: left;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 250px;
  }

  .news__block-1 {
    padding-right: .5rem;
  }

  .news__block-1 div {
    height: 250px;
  }

  .news__block-2 {
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 504px;
    padding-right: .5rem;
  }

  .news__block-4 {
    padding-right: .5rem;
  }

  .news__block-5 {
    height: 375px;
  }

  .news__block-6 img {
    height: 487px;
  }

  .social-bar, .footer {
    margin-left: -100px;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }

  .block__who-we-are {
    text-align: left;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1680px) {

  .story__block {
    width: 1080px;
  }

  .story__block .story-link-1 {
    right: 3%;
    bottom: 5%;
    position: absolute;
  }

  .stories__block .bg__grey-stories {
    top: 3110px;
  }

  .bg__grey-stories {
    height: 1416px;
  }

  .stripe-header-right {
    float: left;
    width: 111%;
  }

  .story-text {
    padding: 7rem!important;
  }

  .story-text p {
    padding-right: 6rem!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/

  .block__everyone {
    text-align: justify;
  }

  .news__block-0 {
    padding: 0!important;
  }

  .news__block-1 {
    padding-right: .5rem;
  }

  .news__block-2 {
    height: auto;
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 437px;
    padding-right: .5rem;
  }

  .news__block-4 {
    padding-right: .5rem;
  }

  .news__block-4 img {
    height: 295px;
  }

  .news__block-5 {
    height: 326px;
  }

  .news__block-6 img {
    height: 406px;
  }

  /*.btn-sun {*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*top: -75px;*/
  /*}*/

  .block__donate {
    padding-left: 250px;
    padding-right: 50px;
    padding-top: 150px;
    text-align: left;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 250px;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: left!important;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }

  .social-bar, .footer {
    margin-left: -100px;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }

}

@media only screen and (max-width: 1440px) {

  .story__block {
    width: 900px;
  }

  .story__block .story-link-1 {
    right: 3%;
    bottom: 5%;
    position: absolute;
  }

  .stories__block .bg__grey-stories {
    top: 3063px;
  }

  .bg__grey-stories {
    height: 1320px;
  }

  .stripe-header-right {
    float: left;
    width: 112%;
  }

  .story-text {
    padding: 7rem!important;
  }

  .story-text p {
    padding-right: 6rem!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/

  .block__everyone {
    text-align: justify;
  }

  .news__block-0 {
    padding: 0!important;
  }

  .news__block-1 {
    padding-right: .5rem;
  }

  .news__block-2 {
    height: auto;
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 377px;
    padding-right: .5rem;
  }

  .news__block-4 {
    padding-right: .5rem;
  }

  .news__block-4 img {
    height: 278px;
  }

  .news__block-5 {
    height: 280px;
  }

  .news__block-6 img {
    height: 375px;
  }

  /*.btn-sun {*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*top: -75px;*/
  /*}*/

  .block__donate {
    padding-left: 250px;
    padding-right: 50px;
    padding-top: 150px;
    text-align: left;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 250px;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: left!important;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }

  .social-bar, .footer {
    margin-left: -100px;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }
}

@media (max-width: 1280px) {

  .stripe-header-right {
    float: left;
    width: 111%;
  }

  .stories__block .bg__grey-stories {
    top: 2730px;
  }

  .bg__grey-stories {
    height: 1120px;
  }

  .story-text {
    padding: 2rem!important;
  }

  .story-text p {
    padding-right: 1rem!important;
  }

  /*.menu div:nth-child(6) {*/
  /*display: none!important;*/
  /*}*/

  .map__text {
    font-size: 0.4em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 2em;
  }

  /*.btn-sun {*/
  /*left: -7%;*/
  /*top: -41px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar, .footer {
    margin-left: 0px;
  }

  .news__block-1 {
    padding-left: .5rem;
  }

  .news__block-2 {
    height: 320px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 261px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 {
    height: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 img {
    height: 100%;
  }

  .news__block-5 {
    height: 196px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 img {
    height: 100%;
  }

  .block__donate {
    text-align: center;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 3rem;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: left!important;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }

  .block__who-we-are {
    text-align: center;
    padding-left: 3rem!important;
    padding-right: 50px!important;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }

  .block__everyone {
    text-align: justify;
  }

  /*.showcase .showcase-text {*/
  /*padding: 1rem;*/
  /*}*/

  .news__block-0 {
    padding: 0!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/

}

@media only screen and (max-width: 991px) {

  /*.mobile-header-btns {*/
  /*display: none;*/
  /*}*/

  .story__block .story-link-1 {
    margin-top: 5%;
    position: static;
    text-align: center;
  }

  .mobile-header-btns {
    top: 30px;
    right: 10px;
    z-index: 400;
    position: absolute;
  }

  .donate-btn {
/*     color: white; */
/*     border: 1px solid white; */
    /*font-size: 2vw!important;*/
    /*padding: 1.8vw 2.5vw!important;*/
  }
	
  .logo-btn {
    background-color: white;
    border: 1px solid white;
    /*font-size: 2vw!important;*/
    /*padding: 1.8vw 2.5vw!important;*/
  }

  .refunite-btn {
    /*font-size: 2vw!important;*/
    /*padding: 1.8vw 1.6vw!important;*/
  }

  .mobile-navbar .donate-btn {
    padding: 15px 30px !important;
    font-size: 12px !important;
  }

  .mobile-navbar .refunite-btn {
    padding: 15px 17px !important;
    font-size: 12px !important;
  }

  .posted-by-content img {
    width: auto !important;
  }

  .posted-info__author {
    font-size: 4vw !important;
    font-style: italic;
    font-weight: 600;
  }

  .posted-info__date {
    font-size: 3.5vw !important;
    font-style: italic;
  }

  .story__layer__padding {
    padding-top: 0 !important;
  }

  .story-link-with-share {
    flex-direction: column;
    align-items: flex-start !important;
    margin-top: 0 !important;
  }

  .story-social {
    margin-bottom: 10% !important;
  }

  .text-share {
    margin-top: 10% !important;
    font-size: 4vw !important;
    font-weight: 600 !important;
    margin-right: 30% !important;
  }

  .social-link__share.first {
    margin-right: 15% !important;
  }

  .social-share {
    height: 10vw !important;
    width: 10vw !important;
    font-size: 4vw !important;
  }
}

@media (max-width: 800px) {

  .map__text {
    font-size: 0.8em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  /*.btn-sun {*/
  /*top: -139px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar, .footer {
    margin-left: 0px;
  }

  .news__block-1 {
    padding-left: .5rem;
  }

  .news__block-2 {
    height: 759px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 616px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 {
    height: 453px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 img {
    height: 100%;
  }

  .news__block-5 {
    height: 455px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 img {
    height: 100%;
  }

  .block__donate {
    text-align: center;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 3rem;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: left!important;
  }

  .story-text {
    padding: 40px 30px!important;
  }

  .story-text p {
    padding-right: 0!important;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }

  .block__who-we-are {
    text-align: center;
    padding-left: 3rem!important;
    padding-right: 50px!important;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }

  .block__everyone {
    text-align: justify;
  }

  .showcase .showcase-text {
    padding: 7rem;
  }

  .news__block-0 {
    padding: 0!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/
}

@media (max-width: 768px) {

  .story__block .story-text-right {
    padding-top: 4% !important;
    padding-left: 4% !important;
    padding-bottom: 0 !important;
    padding-right: 4% !important;
  }

  .story__block {
    width: 730px;
  }

  .owl-nav-1 .owl-prev {
    background: url('../img/btn-prev-m.png') no-repeat!important;
  }

  .owl-nav-1 .owl-next {
    background: url('../img/btn-next-m.png') no-repeat!important;
  }

  .owl-nav-1 .owl-prev:hover {
    background: url('../img/btn-prev-m-hover.png') no-repeat!important;
  }

  .owl-nav-1 .owl-next:hover {
    background: url('../img/btn-next-m-hover.png') no-repeat!important;
  }

  .owl-nav-1 .owl-prev,
  .owl-nav-1 .owl-next {
    width: 30px;
    height: 80px;
    z-index: 1032;
  }

  .owl-prev {
    left: 0;
    top: 300px;
    position: absolute;
    display: block!important;
  }

  .owl-next {
    right: 0;
    top: 300px;
    position: absolute;
    display: block!important;
  }


  .map__text {
    font-size: 0.8em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  /*.btn-sun {*/
  /*left: 43%;*/
  /*top: -139px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar, .footer {
    margin-left: 0px;
  }

  .news__block-1 {
    padding-left: .5rem;
  }

  .news__block-2 {
    height: 735px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-3 {
    height: 596px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 {
    height: 438px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-4 img {
    height: 100%;
  }

  .news__block-5 {
    height: 442px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .news__block-6 img {
    height: 100%;
  }

  .block__donate {
    text-align: center;
  }

  .block__donate-sub-1 {
    font-size: 1.1em;
    text-align: left;
    padding-left: 3rem;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: left!important;
  }

  .header__custom-h1 {
    border-bottom: 0;
  }

  .block__who-we-are {
    text-align: center;
    padding-left: 3rem!important;
    padding-right: 50px!important;
  }

  .block__who-we-are h2 {
    border-bottom: 0;
  }

  .block__everyone {
    text-align: justify;
  }

  .showcase .showcase-text {
    padding: 7rem;
  }

  .news__block-0 {
    padding: 0!important;
  }

  /*.statistics {*/
  /*text-align: left;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 3rem!important;*/
  /*}*/
}

@media only screen and (max-width: 414px) {

  .story__block {
    width: 380px;
    height: 700px;
  }

  .owl-prev {
    left: 0;
    top: 300px;
    position: absolute;
    display: block!important;
  }

  .owl-next {
    right: 0;
    top: 300px;
    position: absolute;
    display: block!important;
  }

  .partner__page div {
    flex: 0 0 46%!important;
  }

  .mobile-header-btns {
    top: 19px;
    right: 10px;
    z-index: 400;
    position: absolute;
  }

  .donate-btn {
    color: white;
    border: 1px solid white;
    font-size: 3.9vw!important;
    padding: 1.8vw 2.5vw!important;
  }

  .refunite-btn {
    font-size: 3.9vw!important;
    padding: 1.8vw 1.6vw!important;
  }

  .story-social {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .bg__refunite-platform {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/bg-refunite-platform-m.jpg');
  }

  .showcase .showcase-text {
    padding: 3rem;
  }

  .block__donate {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .block__donate-sub-1 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .map__text {
    font-size: 1.2em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: center!important;
  }

  /*.block__donate-sub-2 {*/
  /*height: 440px;*/
  /*}*/

  .story-btn-aling-1, .story-btn-aling-2 {
    text-align: center!important;
  }

  /*.statistics {*/
  /*text-align: center;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 0!important;*/
  /*padding-right: 0!important;*/
  /*}*/

  /*.statistics .btn__learn-more {*/
  /*padding: 13px 40px;*/
  /*}*/

  .block__everyone {
    text-align: center;
  }

  .block-btn-header {
    top: 10px;
    right: 6px;
    z-index: 302;
    position: absolute;
  }

  .btn__donate {
    color: white;
    border: 1px solid white;
    padding: 8px 10px!important;
  }

  .header__custom-h1 {
    font-family: Arial;
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 1px solid lightgray;
  }

  .header__custom-h3 {
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
  }

  /*.btn-sun {*/
  /*left: 1%;*/
  /*top: -58px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar {
    padding-bottom: 30px;
    margin-top: 4.5rem!important;
  }

  .social-bar, .footer {
    margin-left: 0;
  }

  .block__who-we-are {
    padding: 2rem!important;
    text-align: center;
  }

  .block__who-we-are h2 {
    border-bottom: 1px solid lightgray;
  }

  .block__who-we-are p {
    font-size: 1.1em;
  }

  .news__block-1 {
    height: 203px;
    padding: .5rem;
    text-align: center;
  }

  .news__block-1 h4 {
    font-size: 1.4em;
  }

  .news__block-2 {
    height: 389px;
    padding: .5rem;
  }

  .news__block-3 {
    height: 315px;
    padding: .5rem;
  }

  .news__block-4 {
    height: 287px;
    padding: .5rem;
  }

  .news__block-4 img {
    height: 278px;
  }

  .news__block-5 {
    height: 233px;
    padding: .5rem;
  }

  .news__block-6 {
    height: 392px;
    padding: .5rem;
  }

  .stories {
    margin-top: 0!important;
  }

}

@media only screen and (max-width: 375px) {

  .story__block {
    width: 345px;
  }

  .map__text {
    font-size: 1em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  .showcase .showcase-text {
    padding: 3rem;
  }

  .block__donate {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .block__donate-sub-1 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: center!important;
  }

  /*.statistics {*/
  /*text-align: center;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 0!important;*/
  /*padding-right: 0!important;*/
  /*}*/

  /*.statistics .btn__learn-more {*/
  /*padding: 13px 40px;*/
  /*}*/

  .block__everyone {
    text-align: center;
  }

  .block-btn-header {
    top: 10px;
    right: 6px;
    z-index: 302;
    position: absolute;
  }

  .btn__donate {
    color: white;
    border: 1px solid white;
    padding: 8px 10px!important;
  }

  .header__custom-h1 {
    font-family: Arial;
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 1px solid lightgray;
  }

  .header__custom-h3 {
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
  }

  /*.btn-sun {*/
  /*left: 1%;*/
  /*top: -58px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar {
    margin-top: 4.5rem!important;
  }

  .social-bar, .footer {
    margin-left: 0;
  }

  .block__who-we-are {
    padding: 2rem!important;
    text-align: center;
  }

  .block__who-we-are h2 {
    border-bottom: 1px solid lightgray;
  }

  .block__who-we-are p {
    font-size: 1.1em;
  }

  .news__block-1 {
    height: 203px;
    padding: .5rem;
    text-align: center;
  }

  .news__block-1 h4 {
    font-size: 1.4em;
  }

  .news__block-2 {
    height: 350px;
    padding: .5rem;
  }

  .news__block-3 {
    height: 286px;
    padding: .5rem;
  }

  .news__block-4 {
    height: 287px;
    padding: .5rem;
  }

  .news__block-5 {
    height: 211px;
    padding: .5rem;
  }

  .news__block-6 {
    height: 392px;
    padding: .5rem;
  }

  .stories {
    margin-top: 0!important;
  }

}

@media only screen and (max-width: 360px) {

  .story__block {
    width: 330px;
  }

  .map__text {
    font-size: 1em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  .showcase .showcase-text {
    padding: 3rem;
  }

  .block__donate {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .block__donate-sub-1 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .block__donate-sub-1 p:nth-child(3) {
    text-align: center!important;
  }

  /*.block__donate-sub-2 {*/
  /*height: 342px;*/
  /*}*/

  /*.statistics {*/
  /*text-align: center;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 0!important;*/
  /*padding-right: 0!important;*/
  /*}*/

  /*.statistics .btn__learn-more {*/
  /*padding: 13px 40px;*/
  /*}*/

  .block__everyone {
    text-align: center;
  }

  .block-btn-header {
    top: 10px;
    right: 6px;
    z-index: 302;
    position: absolute;
  }

  .btn__donate {
    color: white;
    border: 1px solid white;
    padding: 8px 10px!important;
  }

  .header__custom-h1 {
    font-family: Arial;
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 1px solid lightgray;
  }

  .header__custom-h3 {
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
  }

  /*.btn-sun {*/
  /*left: 1%;*/
  /*top: -58px;*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*}*/

  .social-bar {
    margin-top: 4.5rem!important;
  }

  .social-bar, .footer {
    margin-left: 0;
  }

  .block__who-we-are {
    padding: 2rem!important;
    text-align: center;
  }

  .block__who-we-are h2 {
    border-bottom: 1px solid lightgray;
  }

  .block__who-we-are p {
    font-size: 1.1em;
  }

  .news__block-1 {
    height: 229px;
    padding: .5rem;
    text-align: center;
  }

  .news__block-1 h4 {
    font-size: 1.4em;
  }

  .news__block-2 {
    height: 338px;
    padding: .5rem;
  }

  .news__block-3 {
    height: 276px;
    padding: .5rem;
  }

  .news__block-4 {
    height: 287px;
    padding: .5rem;
  }

  .news__block-5 {
    height: 203px;
    padding: .5rem;
  }

  .news__block-6 {
    height: 392px;
    padding: .5rem;
  }

  .news__block-2 p, .news__block-3 p, .news__block-4 p, .news__block-5 p, .news__block-6 p {
    font-size: 0.8em;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .stories {
    margin-top: 0!important;
  }

}

@media only screen and (max-width: 320px) {

  .story__block {
    width: 290px;
  }

  .map__text {
    font-size: 0.8em;
    text-align: center;
  }

  .map__text h3 {
    font-size: 1.8em;
  }

  .showcase .showcase-text {
    padding: 1rem;
  }

  /*.statistics {*/
  /*text-align: center;*/
  /*}*/

  /*.statistics div:nth-child(5) {*/
  /*padding-left: 0!important;*/
  /*}*/

  .block__everyone {
    text-align: center;
  }

  .block-btn-header {
    top: 10px;
    right: 6px;
    position: absolute;
  }

  .btn__donate {
    color: white;
    border: 1px solid white;
    padding: 8px 10px!important;
  }

  /*.btn-sun {*/
  /*cursor: pointer;*/
  /*position: relative;*/
  /*top: -59px;*/
  /*}*/

  .header__custom-h1 {
    font-family: Arial;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .header__custom-h3 {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
  }

  .block__who-we-are {
    padding: 2rem!important;
    text-align: center;
  }

  .news__block-1 {
    height: 252px;
    padding: .5rem;
    text-align: center;
  }

  .news__block-2 {
    height: 300px;
    padding: .5rem;
  }

  .news__block-3 {
    height: 245px;
    padding: .5rem;
  }

  .news__block-4 {
    height: 287px;
    padding: .5rem;
  }

  .news__block-5 {
    height: 181px;
    padding: .5rem;
  }

  .news__block-6 {
    height: 392px;
    padding: .5rem;
  }

  .news__block-2 p, .news__block-3 p, .news__block-4 p, .news__block-5 p, .news__block-6 p {
    font-size: 0.8em;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .stories {
    margin-top: 0!important;
  }

}

@media only screen and (max-width: 991px) {
  .menu {
    font-size: 2vw;
  }

  .menu-img {
    width: 17vw;
  }
}

.donate-btn {
  font-size: 0.9vw;
  padding: 0.8vw 2.5vw;
  font-weight: 600;
}

.logo-btn {
  font-size: 0.9vw;
  padding: 0.8vw 1vw;
  font-weight: 600;
}

.refunite-btn {
  font-size: 0.9vw;
  padding: 0.8vw 1.6vw;
  font-weight: 600;
}

.mr-1vw {
  margin-right: 1vw;
}

.everyone-links-content {
  margin-bottom: 30%;
}

.everyone__header {
  font-family: Arial;
  font-size: 4vw;
  font-weight: bold;
}

.everyone-line {
  width: 28vw;
  height: 1px;
  background: #d0d0d0;
  margin-left: -5vw;
  margin-top: -1vw;
}

.everyone-text {
  font-family: Arial;
  font-size: 1.8vw;
  font-weight: bold;
}

.where-background {
  background: #d7d7d7;
  height: 1.3vw;
  width: 7.6vw;
  margin-left: -0.2vw;
  margin-top: -1.4vw;
}

.everyone-hint {
  margin-top: 5vh;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.who-we-are__block {
  padding: 8% 0vw !important;
  padding-right: 5vw !important;
}

.who-we-are__header {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}

.who-we-are__text {
  font-size: 1.2vw;
  line-height: 2.2vw;
  padding-left: 14.3vw;
}

.who-we-are__link {
	margin-top: 7em;
	text-align: center;
	padding-left: 14.3vw;
}

.btn__our-team {
	padding: 13px 40px;
}

.statistics {
  padding: 8% 5vw !important;
}

.statistics__header {
  color: #f9f9f9;
  -webkit-text-stroke: 1px #5252dd;
  font-size: 2.2vw;
  font-weight: 600;
}

.statistics__underscope {
  height: 0.3vw;
  border: 1px solid #5252dd;
  width: 1.8vw;
}

.statistics__text {
  font-size: 1.1vw;
  font-weight: 700;
  max-width: 67%;
  margin-top: 6%;
}

.mt-15-per {
  margin-top: 15%;
}

.refunite-platform {
  color: white;
  font-size: 1.9vw;
  font-weight: 700;
  margin-bottom: 2.7%;
}

.list-content {
  padding: 26% 16% 19%;
}

.countries-with {
  text-align: right;
  font-weight: 700;
  font-size: 1.65vw;
}

.width-100 {
  width: 100%;
}

.mobile-backlight {
  background: #d7d7d7;
  height: 1vw;
  width: 7vw;
  margin-left: 0.6vw;
  margin-top: -1.2vw;
}

.stories {
  padding-top: 9%;
  padding-bottom: 5%;
  display: flex;
  align-items: center;
}

.stories.light__gray {
  background-color: #f9f9f9;
}

.stories__show-all {
  padding-top: 3%;
  padding-bottom: 7%;
  background-color: #f9f9f9;
}


.stories-list {
  padding-top: 9%;
  padding-bottom: 9%;
  background-color: #ededed;
}

.stories-list .reconnection-stories__header {
  border-bottom: 0px;
}

.reconnection-stories__header {
  padding-left: 1vw;
  font-weight: 700;
  font-size: 1.4vw;
  width: 100%;
}

.reconnection-stories__line {
  height: 0.1rem;
  background: #bdbdbd;
  width: 19.2vw;
}

.story-text-right {
  padding-top: 4% !important;
  padding-left: 6% !important;
  padding-bottom: 0 !important;
  padding-right: 12% !important;
}
.story-text-left {
  padding-top: 0% !important;
  padding-left: 12% !important;
  padding-bottom: 0% !important;
  padding-right: 6% !important;
}

.story__text {
  font-size: 1.32vw;
  line-height: 2.4vw;
}

.story__header {
  font-size: 1.4vw;
  font-weight: 700;
  margin-bottom: 6%;
}

.mt-3-per {
  margin-top: 3%;
}

.story-link {
  text-align: right;
  margin-top: 14%;
}

.story__layer {
  margin-bottom: 5%;
}

.relative {
  position: relative;
}

.bg-grey {
  height: 63.2%;
  background: #f9f9f9;
  width: 100%;
  position: absolute;
  margin-top: 24.6%;
}

.view-all-text {
  margin-top: 1%;
  margin-bottom: 3%;
  font-size: 1.4vw;
}

.partners__header {
  display: flex;
  align-items: center;
  margin-bottom: 6%;
}

#partners {
  margin-top: 10%;
  margin-bottom: 7%;
}

.partners__content {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 5%;
  width: 90%;
}

.contact-us__content {
  margin-top: 16%;
  height: 84%;
}

.contact-us__text {
  font-size: 1.3vw;
  line-height: 2.3vw;
}

.mb-3-per {
  margin-bottom: 3%;
}

.contact-spacing {
  margin-left: 15.4vw;
}

.mt-9-per {
  margin-top: 9%;
}

.footer__content {
  position: absolute;
  bottom: 4%;
  left: 17%;
  width: 83%;
}

.social-links {
  display: inline-flex;
  width: 27%;
  font-size: 1.3vw;
  justify-content: space-between;
  margin-bottom: 4%;
}

.social-link {
  color: #494949;
}

.social-link:hover {
  color: black;
}

.bottom-links {
  font-size: 1vw;
  font-weight: 500;
}

.bottom-links a {
  color: #212121;
}
.bottom-links a:hover {
  color: black;
}

.grid-content {
  display: grid;
  grid-gap: 0.8vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(3.1vw, auto);
}

.grid-1 {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-2 {
  grid-column: 1;
  grid-row: 4 / 11;
  background: url('https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/1.png') no-repeat;
  background-size: cover;
}
.grid-3 {
  grid-column: 1;
  grid-row: 11 / 17;
  background: url('https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/4.png') no-repeat;
  background-size: cover;
}
.grid-4 {
  background: url('https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/9.png') no-repeat;
  background-size: cover;
  grid-column: 1;
  grid-row: 17 / 24;
}
.grid-5 {
  background: url('https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/2.png') no-repeat;
  background-size: cover;
  grid-column: 2;
  grid-row: 1 / 7;
}
.grid-6 {
  background: url('https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/5.png') no-repeat;
  background-size: cover;
  grid-column: 2;
  grid-row: 7 / 12;
}

.grid-7{
  grid-column: 2;
  grid-row: 12 / 19;
  background: url(https://d3cd0ihd81mlkh.cloudfront.net/wp-content/uploads/2019/01/28213404/hZsJKIAg.png) no-repeat;
  background-size: cover;
}

.grid-8{
  grid-column: 2;
  grid-row: 19 / 24;
  background: url(https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/10.png) no-repeat;
  background-size: cover;
}

.grid-9{
  grid-column: 3;
  grid-row: 1 / 6;
  background: url(https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/3.png) no-repeat;
  background-size: cover;
}

.grid-10{
  grid-column: 3;
  grid-row: 6 / 12;
  background: url(https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/6.png) no-repeat;
  background-size: cover;
}

.grid-11{
  grid-column: 3;
  grid-row: 12 / 17;
  background: url(https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/8.png) no-repeat;
  background-size: cover;
}

.grid-12{
  grid-column: 3;
  grid-row: 17 / 24;
  background: url(https://s3.eu-central-1.amazonaws.com/refunite-website/wordpress-images/newspapers/11.png) no-repeat;
  background-size: cover;
}

.news__main__content {
  width: 80%;
}

.news__header__main {
  font-size: 1.8vw;
  font-weight: 700;
}

.news__text__main {
  margin-top: 5%;
  font-style: italic;
  font-size: 1.4vw;
}

.grid-with-img {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5%;
  font-size: 1.1vw;
}

.news__text {
  margin-left: 10%;
  margin-right: 15%;
}

.news__text a {
  color: white;
}

.news__content {
  margin-bottom: 1vw;
}

.btn-sun {
  position: absolute;
  width: 6vw;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}

.ibm-font-family {
  font-family: 'IBM Plex Sans', sans-serif;
}

.montserrat-font-family {
  font-family: 'Montserrat', sans-serif;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .everyone__content {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0px !important;
  }

  .everyone__header {
    width: max-content;
    margin: 0 auto;
    font-size: 6vw;
    border-bottom: 1px solid #d0d0d0;
  }

  .everyone-text {
    font-size: 4.6vw;
  }

  .everyone-text-first {
    margin-top: 3%;
  }

  .everyone-hint {
	text-align: center!important;
    margin-top: 4%;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .btn-sun {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 21vw;
  }

  .who-we-are__block {
    padding: 10% 5% 20% !important;
  }

  .who-we-are__header {
    text-align: center;
  }

  .reconnection-stories__header {
    padding-left: 0;
    font-weight: 700;
    font-size: 6vw;
    max-width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
  }

  .who-we-are__text {
    font-size: 4.5vw;
    line-height: inherit;
    padding-left: 0%;
    text-align: center;
    margin-top: 6%;
  }
  
	.who-we-are__link {
		padding-left: 0%;
    	text-align: center;
	}

  /*.statistics {*/
  /*padding: 0px !important;*/
  /*}*/

  .statistics__header {
    color: #f9f9f9;
    -webkit-text-stroke: 1px #5252dd;
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
  }

  .statistics__underscope {
    height: 4px;
    border: 1px solid #5252dd;
    width: 10.8vw;
    margin: 0 auto;
  }

  .statistics__text {
    font-size: 4.7vw;
    font-weight: 700;
    max-width: none;
    margin: 3% auto 10%;
    width: 60%;
    text-align: center;
  }

  .btn__learn-more {
    font-size: 5vw;
    padding: 5vw 16.2vw !important;
    margin: 0px auto 0%;
  }

  .features-icons {
    padding: 23% 0;
  }

  .refunite-platform {
    color: white;
    font-size: 6.5vw;
    font-weight: 700;
    margin-bottom: 7%;
  }

  .btn__search_now {
    color: white;
    border-radius: 50px;
    background-color: #5876fb;
    font-size: 5vw;
    padding: 5vw 8.2vw !important;
  }

  .story-text-right, .story-text-left {
    padding: 12% 7% !important;
  }

  .story__header {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 6%;
  }

  .story__text {
    line-height: 9vw;
    font-size: 4.3vw;
  }

  .mt-3-per {
    margin-top: 6%;
  }

  .story-link {
    text-align: center !important;
    margin-top: 14%;
  }

  .view-all-text {
    width: 74%;
    font-size: 5vw;
    margin: 3% auto;
  }

  .btn__view-all-1 {
    color: white;
    font-size: 5vw;
    padding: 4vw 21.2vw !important;
    border-radius: 50px;
    background-color: #5151dd;
    box-shadow: 0 0.5rem 1rem rgba(81, 81, 221, 0.3);
  }

  .grid-with-img {
    background: none;
    display: block;
    max-width: 700px;
    margin: 0 auto 2.5%;
    position: relative;
    padding: 0px;
  }

  .grid-with-img img {
    width: 100%;
  }

  .grid-content {
    display: block;
    padding: 0 2.5%;
  }

  .news__text {
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    width: 71%;
    font-size: 4vw;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .grid-1 {
    max-width: 700px;
    margin: 0 auto 2.5%;
    position: relative;
  }

  .news__main__content {
    width: 80%;
    margin: 7% auto;
  }

  .news__header__main {
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
  }

  .news__text__main {
    width: 90%;
    margin: 0 auto;
    font-style: italic;
    font-size: 4vw;
    text-align: center;
  }

  .news__content {
    margin-top: 20%;
  }

  .list-content {
    padding: 16%;
  }

  .countries-with {
    text-align: center;
    font-weight: 700;
    font-size: 6vw;
  }

  list-countries {
    direction: rtl;
    overflow-y: scroll;
    width: 100%;
    margin-top: 20%;
    height: 70vh;
    margin-left: 1.5vw;
  }

  .list-countries .item {
    direction: ltr;
    padding-left: 12vw;
    padding-bottom: 6%;
    font-size: 3.5vw;
  }

  .contact-spacing {
    width: 70%;
    margin: 6% auto;
    text-align: center;
  }

  .contact-us__text {
    font-size: 4vw;
    line-height: 7vw;
    text-align: center;
    margin-bottom: 10% !important;
  }

  .contact-us__content .btn__view-all-1 {
    margin-top: 15% !important;
  }

  .footer__content {
    width: 70%;
    position: inherit;
    margin: 15% auto 0;
  }

  .social-links {
    display: inline-flex;
    width: 100%;
    font-size: 5vw;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .bottom-links {
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    margin-top: 10%;
  }

  .rights-reserved {
    margin-top: 10%;
  }

  .z-index-100-mob {
    z-index: 100;
  }

  .block__donate-sub-2 {
    margin-top: -15%;
  }


  .block__donate-sub-2 img{
    margin-left: 20%;
    width: 80%;
  }

  .partners__content {
    display: flex;
    flex-wrap: wrap;
    margin: 16% auto 5%;
    max-width: 600px;
  }
  .partner-item {
    flex: 0 0 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10%;
  }

  .btn__view-all-2 {
    font-size: 5vw;
    padding: 4vw 16vw !important;
    margin-top: 0%;
  }

  #partners {
    margin-top: 25%;
    margin-bottom: 7%;
  }

}

.navbar {
  height: unset;
  padding: 1% 9%;
  position: initial;
}

.navbar-brand {
  width: 11vw;
   margin-right: 9%;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  font-size: 1vw;
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  width: 90%;
}

.navbar-nav {
  justify-content: space-between;
}

.everyone__content {
  padding-top: 32%;
}

.story_posted_by p {
  margin-bottom: 0;
}

.story-social .text-share {
  float: left;
  margin-right: 5px;
}

.story-social .btn-twitter-icon {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

.story-social .btn-facebook-icon {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

.btn-twitter-icon {
  width: 2vw;
  height: 2vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/twitter-icon.png');
}

.btn-twitter-icon:hover {
  background-image: url('../img/twitter-icon-hover.png');
}

.btn-facebook-icon {
  width: 2vw;
  height: 2vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/facebook-icon.png');
}

.btn-facebook-icon:hover {
  background-image: url('../img/facebook-icon-hover.png');
}

.bg_test {
  background-color: lightgray;
  background-position: bottom right;
  width: 500px;
  height: 300px;
  position: relative;
  /*top: 10px;*/
  /*left: -100px;*/
}

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

.mobile-navbar {
  position: absolute;
}

.mobile-navbar .navbar-collapse.collapse.show {
  background-color: #ededed;
  position: absolute;
  padding: 0 20%;
  padding-right: 0 !important;
  top: 0;
  left: 0;
  height: 105vh;
  display: flex;
  justify-content: center;
  width: 100vw;
  z-index: 10000;
  align-items: center;
}

.nav-link-mobile{
  color: #4b4b4b;
  font-weight: 500;
  font-size: 5vw;
  padding: 0;
}

.navbar-nav-mobile li{
  margin-bottom: 10%;
}

.close-menu {
  position: absolute;
  top: 3%;
  left: 5%;
}

.navbar-nav-mobile {
  width: inherit;
}

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

.mobile-navbar {
  padding: 3% 5%;
}

.stories-nav {
  position: absolute !important;
  background: transparent !important;
}

.stories-nav .nav-link{
  color: white !important;
}

.donate-btn:hover {
  color: #5151dd;
  background-color: #ffffff;
  border-color: #ffffff;
}

.stories-nav .donate-btn {
  color: white !important;
/*   border-color: white !important; */
}

.stories-nav .logo-btn {
  background-color: #ffffff;
/*   border-color: white !important; */
}

.stories-nav .donate-btn:hover {
  color: #5151dd!important;
}

.posted-by-content {
  display: inline-flex;
  align-items: center;
  padding-bottom: 5%;
}

.posted-avatar {
  padding-right: 8%;
}

.posted-by-content img {
  width: auto;
}


.posted-info__author {
  font-size: 1vw;
  font-style: italic;
  font-weight: 600;
}

.posted-info__date {
  font-size: 0.9vw;
  font-style: italic;
}

.story-link-with-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.story-social {
  display: inline-flex;
}

.text-share {
  margin-top: 5%;
  font-size: 1.2vw;
  font-weight: 600;
  margin-right: 10%;
  color: #757575;
}

.story__layer__padding {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 0% !important;
  margin-bottom: 0% !important;
}

.story-bg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 80%;
  background: #f9f9f9;
}

.social-share {
  height: 2.5vw;
  width: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  border-radius: 50%;
  color: #757575;
  font-size: 1vw;
}

.social-share:hover {
  background: #5151dd;
  cursor: pointer;
  color: white;
}

.social-link__share {
  text-decoration: none !important;
}

.social-link__share.first {
  margin-right: 3%;
}

.paginationjs-pages {
  text-align: center;
}

.paginationjs .paginationjs-pages ul {
  list-style-type: none;
  padding: 0;
}

ul.page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0 0.4%;
  border-radius: 50%;
  height: 2.5vw;
  width: 2.5vw;
  position: relative;
  cursor: pointer;
}
ul.page-numbers li span.current {
  background: #5151dd !important;
  color: white !important;
  border-radius: 50%;
  height: 2.5vw;
  width: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.page-numbers li.current span{
  color: white !important;
}

ul.page-numbers li:hover {
  background: #ededed;

}

ul.page-numbers li.prev {
  margin-right: 2%;
}

ul.page-numbers li.next {
  margin-left: 2%;
}

ul.page-numbers li a, ul.page-numbers li span{
  color: #494949;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 1vw;
}

ul.page-numbers li a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .paginationjs .paginationjs-pages ul li a{
    font-size: 3vw;
  }

  .paginationjs .paginationjs-pages ul li {
    height: 7vw;
    width: 7vw;
  }

}

.reconnection-stories-page__header-text {
  position: absolute;
  bottom: -6%;
  font-weight: 600;
  color: white;
  left: 5%;
  font-size: 4.5vw;
}

/* Styles for story page */

.story-item__content {
  width: 70%;
  margin: 5% auto;
  /*padding: 5% 0;*/
}

.story-image {
  width: 90%;
}

.story-header {
  /*padding-top: 15%;*/
}

.story-description {
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 2.8vw;
/*   padding-top: 7%; */
/*   padding-bottom: 20%; */
}

.story-text-item {
  color: #757575;
  padding-top: 3%;
  font-size: 1.35vw;
  line-height: 2.5vw;
}

.story-text-item-date {
  color: #757575;
  padding-top: 3%;
  font-size: 1.35vw;
  font-weight: 700;
}

.story-text-item-notice {
  padding-top: 6%;
  color: #757575;
  font-size: 1.35vw;
  font-style: italic;
}

.story-item__content_header {
  padding-bottom: 5%;
}

@media only screen and (max-width: 991px) {

  .story-item__content {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .story-image {
    width: 100%;
  }

  .story-item__content_header {
    padding-bottom: 0;
  }

  .story-header {
    padding: 10% 5% 0%;
  }

  .story-description {
    font-size: 4vw;
    line-height: 8vw;
    padding-top: 5%;
    padding-bottom: 0;
  }

  .story-text-item, .story-text-item-date {
    font-size: 4vw;
    line-height: 9vw;
    padding: 5% 5% 0%;
  }

  .story-text-item-notice  {
    font-size: 4vw;
    line-height: 9vw;
    padding: 15% 5% 10%;
  }

  .share-story-mobile {
    padding: 0 5% 5%;
  }
}

.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

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

.partner__page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partner__page div {
  padding: 0;
  margin-bottom: 10px;
  height: 200px;
  flex: 0 0 24%;
  margin-right: 10px;
  border: 1px solid lightgray;
}

.partner__page div a {
  display: block;
  width: 100%;
  height: 100%;
}

.partner__page div img {
  max-width: 150px;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* .team__page div {
  padding: 0;
  margin-bottom: 10px;
  height: 200px;
  flex: 0 0 24%;
  margin-right: 10px;
} */

.team__page{
	padding-top: 50px;
  	padding-bottom: 50px;
  	display: flex;
  	flex-wrap: wrap;
	justify-content: cent
}

.team__page img {
  	width: 150px;
  	height: 150px;
/*   position: absolute; */
 	 margin: auto;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	border: 8px solid #5151dd;
	background-color: #5151dd;
}

.team__card {
	border: none;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}

.team__card-body{
	display: flex;
  	flex-direction: column;
	padding: 1.25rem 0;
	line-height: 1.25em;
}

.team__card-title {
	margin: 0;
}

.team__card-title a {
	color: #083E6E;
	cursor: pointer;
	text-decoration: none;
}

.team__card-text {
	color: rgb(61, 155, 233); 
}

.link-block:hover {
  background: #08080887;
}

.link-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: background 0.25s ease-in-out;

  left: 0;
  z-index: 3;
}

.news__text.ibm-font-family{
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
}

.sub-text{
  margin-left:10%;
  z-index: 2;
}

.link-block-background{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, #080808d4, #c5dde800);
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
	.link-block-background{
	  background: none;
	}
}

.grid-1 > .link-block-background{
  background: none;
}