body.rtl-mode {
  text-align: right;
  direction: rtl;
}
body.rtl-mode .navbar-container .lower-nav nav .dropdown-menu {
  text-align: start;
}
body.rtl-mode .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
body.rtl-mode .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.display {
  display: flex;
  flex-direction: column;
}
html {
  overflow-x: hidden;
}
body {
  font-family: Uthman;
  font-size: 16px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h5,
h4 {
  font-size: 26px;
}
p,
li,
a,
label {
  font-family: Uthman;
  font-size: 20px;
}
strong {
  font-size: 22px;
}
img {
  object-fit: cover;
}
.about-us,
.projects,
.library,
.donation,
.volunteer,
.footer {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
}
.search-container {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0 auto;
}
.search-container::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 0px;
  width: 37px;
  height: 47px;
  border-right: 18px solid #ef5063;
  border-bottom: 18px solid #ef5063;
}
.search-container::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  width: 37px;
  height: 47px;
  border-left: 18px solid #ef5063;
  border-top: 18px solid #ef5063;
}
.search-container form {
  width: 100%;
}
.search-container input {
  width: 90% !important;
  border: none !important;
}
.search-container input:focus {
  outline: none;
  border: none;
}
.search-container button {
  background: none;
  border: none;
  position: absolute;
  left: 16px;
  top: 10px;
  color: #343434;
}
.search-container button svg {
  font-size: 24px;
  margin-bottom: -2px;
}
.search-container a img {
  height: 31px;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
.section-title {
  margin-bottom: 1.5rem;
}
.section-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.owl-dots {
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
}
.footer-link,
.send {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  border-radius: 6px;
  overflow: hidden;
}
.footer-link::before,
.send::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #264668;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
.footer-link:hover,
.send:hover {
  cursor: pointer;
}
.footer-link:hover::before,
.send:hover::before {
  transform-origin: center right;
  transform: scaleX(1);
}
[data-aos] {
  transition-duration: 2000;
}
header.min-header {
  min-height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/min-header.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.min-header .image-header {
  position: relative;
}
header.min-header .image-header .pattern {
  position: absolute;
  width: 120%;
  border-top: 16px solid #ef5063;
  border-left: 16px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 140%;
  top: -22px;
  left: -24px;
  transition: all 0.3s linear;
}
header.min-header .image-header .pattern::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 16px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
header.min-header .image-header .pattern::after {
  width: 70px;
  bottom: -18px;
  left: -16px;
}
header.min-header .image-header img {
  height: 90px;
}
header.min-header .page-title {
  color: #fff !important;
}
header.min-header h2 {
  color: #fff !important;
}
.content-page {
  padding: 10rem 0 8rem;
  position: relative;
  border-bottom: 32px solid #264668;
  overflow: hidden;
}
.content-page .row {
  align-items: center;
  --bs-gutter-y: 3rem;
}
.content-page .row .image {
  text-align: end;
}
.content-page::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 48px;
  background-color: #00a69c;
  z-index: 9;
}
.content-page::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -2px;
  width: 15%;
  height: 50px;
  background-color: #f7b118;
  transform: rotateX(45deg) rotateY(40deg);
  transition: all 0.3s linear;
  z-index: 8;
}
.content-page:hover::before {
  transform: none;
}
.about-foundation h4 {
  color: #ef5063;
  margin-bottom: 1.5rem;
}
.about-vision .vision {
  color: #f7b118;
}
.about-vision .message {
  color: #000;
}
.about-objectives h4 {
  color: #ef5063;
}
.about-objectives p {
  color: #00a69c;
  margin-bottom: 0.5rem;
}
.about-objectives ol {
  padding-left: 0;
  padding-right: 1rem;
}
.about-objectives ol li {
  list-style: auto;
}
.about-members {
  padding-right: 1rem;
  padding-left: 1rem;
}
.about-members .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}
.member {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
}
.member::after {
  content: "";
  position: absolute;
  inset: 50% -30px auto auto;
  transform: translateY(-50%);
  background-image: url(../icons/member.svg);
  background-size: cover;
  width: 60px;
  height: 60px;
}
.member h4 {
  font-size: 16px;
  margin-right: 4px;
}
.member p {
  color: #00a69c;
}
.member.member-mange {
  padding: 2rem 1rem 1rem;
  flex-direction: column;
  height: 140px;
}
.member.member-mange::after {
  inset: -44% auto auto 50%;
  transform: translateY(50%) translateX(-50%);
}
.volunteer-page input,
.contact-page input,
.volunteer-page textarea,
.contact-page textarea,
.volunteer-page select,
.contact-page select {
  background-color: #f3f3f3;
}
.volunteer-page input,
.contact-page input,
.volunteer-page select,
.contact-page select {
  height: 48px;
}
.volunteer-page label,
.contact-page label {
  font-weight: 400;
}
.volunteer-page .row,
.contact-page .row {
  --bs-gutter-y: 1.5rem;
}
.volunteer-page form,
.contact-page form {
  width: 75%;
  margin: auto;
}
.volunteer-page button,
.contact-page button {
  width: 200px;
  background-color: #00a69c;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.volunteer-page button:hover,
.contact-page button:hover {
  color: #fff;
}
.projects-page .project {
  display: block;
  background-color: #264668;
}
.projects-page .project:hover .image .pattern {
  width: 84% !important;
}
.projects-page .project .image .pattern {
  left: 16px !important;
}
.projects-page .project .image .pattern::after {
  width: 85px !important;
  bottom: -23px !important;
}
.projects-page .project .image img {
  height: 90px !important;
  padding: 4px;
}
.quran-page h5 {
  color: #ef5063;
  margin-bottom: 1.5rem;
}
.quran-page p {
  margin-bottom: 1.5rem;
}
label {
  margin-bottom: 8px;
}
.doc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  transition: all 0.3s linear;
}
.doc:hover {
  transform: translateY(-4px);
}
.doc:active {
  transform: translateY(-2px);
}
.doc img {
  width: 48px;
  height: 48px;
  margin-inline-end: 1rem;
}
.doc h5 {
  color: #414141;
}
.support-us {
  padding: 3rem 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #c2a75e 0%, #fff 100%);
  text-align: center;
}
.support-us .row {
  justify-content: center;
}
.support-us p {
  margin: 3rem 0;
}
.support-us a {
  padding: 8px 16px;
  background-color: #c2a75e;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s linear;
}
.support-us a:hover {
  transform: translateY(-4px);
  background-color: #daba64;
}
.support-us a:active {
  transform: translateY(-2px);
}
.accounts-donation .money-image img {
  max-width: 100%;
}
.accounts-details {
  padding-top: 7rem;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff 0%, #e1e0de 100%);
}
.accounts-details h2 {
  font-size: 40px;
}
.accounts-details .bank {
  padding: 3rem 0;
}
.accounts-details .bank .row {
  margin: 0 !important;
}
.accounts-details .bank.bank-1 {
  border-bottom: 1px dotted #414141;
}
.accounts-details .bank .img-box .bank-img {
  width: 100%;
}
.accounts-details .bank h4 {
  font-size: 32px;
  margin-bottom: 1.5rem;
}
.accounts-details .bank p {
  font-size: 28px;
  width: max-content;
}
.accounts-details .bank p span {
  color: #daba64;
}
@font-face {
  font-family: "Uthman";
  src: url('../fonts/Uthman-bold.otf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Uthman";
  src: url('../fonts/Uthman-regular.otf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon.ttf?30d1b63c9fa55d9e3738df72d2014e60") format("truetype"), url("../fonts/flaticon.woff?30d1b63c9fa55d9e3738df72d2014e60") format("woff"), url("../fonts/flaticon.woff2?30d1b63c9fa55d9e3738df72d2014e60") format("woff2"), url("../fonts/flaticon.eot?30d1b63c9fa55d9e3738df72d2014e60#iefix") format("embedded-opentype"), url("../fonts/flaticon.svg?30d1b63c9fa55d9e3738df72d2014e60#flaticon") format("svg");
}
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-case-study:before {
  content: "\f101";
}
.flaticon-video-button:before {
  content: "\f102";
}
.flaticon-graduation-cap:before {
  content: "\f103";
}
.flaticon-website:before {
  content: "\f104";
}
.flaticon-mosque:before {
  content: "\f105";
}
.flaticon-pencil:before {
  content: "\f106";
}
.flaticon-job-seeker:before {
  content: "\f107";
}
.flaticon-decoration:before {
  content: "\f108";
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}
.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*0.7*4);
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*0.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*0.7*2);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*0.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*0.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress__buffer,
.plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2;
}
.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio:16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
  color: hsla(0, 0%, 100%, 0.25);
  color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0!important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: hsla(0, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0!important;
  height: 1px!important;
  overflow: hidden;
  padding: 0!important;
  position: absolute!important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.navbar-for-mobile {
  display: none;
}
.navbar-for-mobile #button_canvas {
  background-color: #264668;
  border: 0;
  line-height: 0.5rem;
  height: 35px;
}
.navbar-for-mobile #button_canvas svg {
  color: #fff;
  font-size: 24px;
}
.navbar-for-mobile .nav-mobile {
  background-color: #264668;
}
.navbar-for-mobile .nav-mobile .offcanvas-header button {
  width: max-content;
  height: max-content;
}
.navbar-for-mobile .nav-mobile .offcanvas-header button svg {
  font-size: 2rem;
  color: #fff;
}
.navbar-for-mobile .nav-mobile .nav-menu .dropdown-toggle {
  padding: 4px;
}
.navbar-for-mobile .nav-mobile .nav-menu.offcanvas-body {
  padding: 0 1rem;
}
.navbar-for-mobile .nav-mobile .nav-menu .search-container {
  border: 0;
}
.navbar-for-mobile .nav-mobile .nav-menu .search-container::after {
  display: none !important;
}
.navbar-for-mobile .nav-mobile .nav-menu .search-container::before {
  display: none !important;
}
.navbar-for-mobile .nav-mobile .nav-menu .search-container input {
  padding: 12px 2rem;
  background-color: #fff !important;
  color: #264668 !important;
  width: 100% !important;
}
.navbar-for-mobile .nav-mobile .nav-menu .search-container a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
.navbar-for-mobile .nav-mobile .nav-menu .lang-image button {
  background: none;
  color: #fff;
  border: 0;
  padding: 1rem;
}
.navbar-for-mobile .nav-mobile .nav-menu .lang-image button::after {
  transform: rotate(90deg);
}
.navbar-for-mobile .nav-mobile .nav-menu .lang-image .language-dropdown {
  inset: -90% auto auto 25% !important;
  background-color: #fff !important;
  text-align: initial;
}
.navbar-for-mobile .nav-mobile .nav-menu .lang-image .language-dropdown li a {
  color: #264668 !important;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.links-group {
  display: flex;
  flex-direction: column;
  height: max-content;
  line-height: 40px;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.links-group li a {
  color: #fff;
  padding: 0.5rem;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.links-group .dropdown-menu {
  inset: -40px auto auto 100px !important;
  text-align: initial;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.links-group .dropdown-menu li a {
  color: #264668;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu {
  position: absolute;
  top: -140px;
  background: rgba(255, 255, 255, 0.11);
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu a.project {
  flex-direction: column;
  background-color: transparent;
  border: none;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu a.project .pattern {
  display: none;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu a.project .image {
  margin-bottom: 0;
  padding: 0;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu a.project .image img {
  height: 55px;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.mega-menu a.project .content h5 {
  font-size: 16px;
}
.navbar-for-mobile .accordion-item:last-of-type .accordion-button.collapsed {
  background-color: #264668;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.navbar-for-mobile .accordion ul {
  padding: 10px 8px;
}
.navbar-for-mobile .accordion ul li a {
  color: #fff !important;
}
.navbar-for-mobile .accordion .accordion-item {
  background-color: #264668;
}
.navbar-for-mobile .accordion .accordion-button {
  padding: 1rem 10px;
}
.navbar-for-mobile .accordion .accordion-button:focus {
  background-color: #264668;
  border-color: #264668;
  color: #fff;
  outline: 0;
  box-shadow: none;
}
.navbar-for-mobile .accordion .accordion-button::after,
.navbar-for-mobile .accordion .accordion-button:not(.collapsed)::after {
  margin-left: 0;
  margin-right: auto;
}
.navbar-for-mobile .accordion #flush-projects ul.row {
  padding: 24px 8px;
  background-color: #264668;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project {
  padding: 2px 0;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .image {
  margin-bottom: 1rem;
  padding: 0;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .image img {
  height: 100px;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .content {
  padding: 0;
  margin-bottom: 32px;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .content h5 {
  margin-bottom: 0;
}
.navbar-for-mobile .accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #264668;
  box-shadow: none;
}
.navbar-for-mobile .accordion .accordion-button::after {
  background-image: url(../images/arr-down.svg);
}
.about-osoul-modules {
  background: url(../images/pattern-bg.png);
  background-position: center;
  background-size: cover;
  padding: 0rem 0 5rem;
}
.osoul-benefit {
  position: relative;
  min-height: 400px;
  padding-top: 70px;
}
.benefit-list .nav.nav-tabs {
  height: auto;
  border: none;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.benefit-list .nav.nav-tabs li {
  float: none !important;
  height: auto;
  margin-bottom: 16px;
}
.benefit-list .nav.nav-tabs li a {
  margin: 0;
  background: #fff;
  box-shadow: 5px 5px 10px 0 #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  letter-spacing: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 10px;
}
.benefit-list .nav.nav-tabs li a img {
  height: 70px;
}
.benefit-list .nav.nav-tabs li a i {
  font-size: 70px;
  line-height: 60px;
  color: #000;
}
.benefit-list .nav.nav-tabs li a h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0;
  color: #000;
  width: max-content;
}
.benefit-list .nav.nav-tabs li.active a i {
  color: #fff;
}
.benefit-list .nav.nav-tabs li.active a h4 {
  color: #fff;
}
.benefit-list .nav.nav-tabs li:nth-child(1) i {
  color: #0077b4;
}
.benefit-list .nav.nav-tabs li:nth-child(1).active a {
  background: #0077b4 !important;
}
.benefit-list .nav.nav-tabs li:nth-child(2) i {
  color: #1ea446;
}
.benefit-list .nav.nav-tabs li:nth-child(2).active a {
  background: #1ea446;
}
.benefit-list .nav.nav-tabs li:nth-child(3) i {
  color: #c03c2a;
}
.benefit-list .nav.nav-tabs li:nth-child(3).active a {
  background: #c03c2a;
}
.benefit-list .nav.nav-tabs li:nth-child(4) i {
  color: #ee6923;
}
.benefit-list .nav.nav-tabs li:nth-child(4).active a {
  background: #ee6923;
}
.benefit-list .nav.nav-tabs li:nth-child(5) i {
  color: #9e9e9e;
}
.benefit-list .nav.nav-tabs li:nth-child(5).active a {
  background: #9e9e9e;
}
.benefit-list .nav.nav-tabs li:nth-child(6) i {
  color: #03a9f4;
}
.benefit-list .nav.nav-tabs li:nth-child(6).active a {
  background: #03a9f4;
}
.benefit-list .nav.nav-tabs li:nth-child(7) i {
  color: #8bc34a;
}
.benefit-list .nav.nav-tabs li:nth-child(7).active a {
  background: #8bc34a;
}
.benefit-list .nav.nav-tabs li:nth-child(8) i {
  color: #ffbb33;
}
.benefit-list .nav.nav-tabs li:nth-child(8).active a {
  background: #ffbb33;
}
.benefit-tabs-content {
  padding: 0 15px;
  margin-top: 50px;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px 30px;
  min-width: 300px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-1 {
  background: #0077b4;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-2 {
  background: #1ea446;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-3 {
  background: #c03c2a;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-4 {
  background: #ee6923;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-5 {
  background: #9e9e9e;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-6 {
  background: #03a9f4;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-7 {
  background: #8bc34a;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-title.bg-8 {
  background: #ffbb33;
}
.benefit-tabs-content .tab-content .tab-pane .tab-pane-content {
  padding: 50px;
  background: #fff;
}
.benefit-tabs-content .tab-content .tab-content-title {
  font-size: 22px;
  font-weight: bold;
  margin: 32px 0;
}
.tab-content-card {
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.tab-content-card h5 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
.tab-content-card img {
  height: auto;
  max-height: 60px;
  margin: auto;
  max-width: 100%;
}
.share-card .card-logo {
  position: relative;
  height: 180px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-card .card-logo img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  width: auto;
  margin: auto;
}
.share-card .card-caption {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  text-align: center;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-card .card-caption .card-title {
  margin: 0;
  font-weight: bold;
  max-height: 34px;
  overflow: hidden;
}
.share-card .card-caption .card-title a {
  color: #333;
  font-size: 16px;
}
.tab-content-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0;
}
@media (max-width: 568px) {
  .tab-content-video {
    margin-bottom: 8px;
  }
}
.tab-content-video img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.tab-content-video .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tab-content-video .caption h4 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
}
.tab-content-video .caption .play {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  color: #25abb8;
}
.about,
.vol {
  position: relative;
}
.about:hover .dropdown,
.vol:hover .dropdown {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.about .dropdown,
.vol .dropdown {
  position: absolute;
  width: max-content;
  background: #264668;
  top: 55px px;
  right: -16px;
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 15;
}
.about .dropdown li,
.vol .dropdown li {
  margin-bottom: 8px;
  padding: 4px 8px;
}
.mega-link-menu:hover .mega-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.mega-link-menu .mega-menu {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #264668;
  left: 0;
  right: 0;
  top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 13;
}
.mega-link-menu .mega-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mega-link-menu .mega-menu li a .image .pattern {
  position: absolute;
  width: 80px;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: -30px;
  transition: all 0.3s linear;
}
.mega-link-menu .mega-menu li a .image .pattern::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(30deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.mega-link-menu .mega-menu li a .image .pattern::after {
  width: 70px !important;
  bottom: -20px !important;
  left: -22px !important;
}
.mega-link-menu .mega-menu li a .image img {
  height: 100px;
}
.mega-link-menu .mega-menu li a .content h5 {
  font-size: 16px;
}
.mega-link-menu .mega-menu li a:hover .image .pattern {
  position: absolute;
  width: 80px;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: -30px;
  transition: all 0.3s linear;
}
.mega-link-menu .mega-menu li a:hover .image .pattern::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(30deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.navbar-for-mobile .nav-mobile .nav-menu ul.links-group .dropdown-menu.mega-menu {
  inset: -190px auto auto 0 !important;
}
.navbar-for-mobile .logo img {
  height: 60px;
  margin-top: 0px;
  margin-bottom: -6px;
  margin-inline-start: 4px;
}
.navbar-for-mobile ul.mega-menu {
  width: 58%;
  margin-right: auto;
  height: auto;
  left: 12px;
  padding: 10px 0;
  background-color: #264668;
}
.navbar-for-mobile ul.mega-menu li {
  margin-bottom: 8px;
}
.navbar-for-mobile ul.mega-menu li a {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
}
.navbar-for-mobile ul.mega-menu li a img {
  width: auto;
  height: 90px;
}
.quran-page .owl-item.active.center .slider {
  transform: scale(1);
  opacity: 1;
}
.quran-page .slider {
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s linear;
}
.quran-page .slider img {
  max-width: 100%;
  height: 320px;
  border-radius: 8px;
}
.quran-page .owl-dots {
  inset: auto 0 -48px 0;
}
.support {
  padding: 80px 0;
}
.support .row {
  --bs-gutter-y: 1.5rem;
}
.support .main-card {
  height: 200px;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.support .main-card h4,
.support .main-card p {
  font-weight: bold;
}
.support .main-card h4 {
  font-size: 24px;
}
.support .main-card p {
  font-size: 32px;
}
.support .main-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(#ffbb33d6, #ffbb33d6), url(../images/pattern-donate.png);
  inset: 0;
  z-index: -1;
}
.support .section-title {
  text-align: center;
  margin: 80px 0;
}
.support .section-title .heading {
  color: #333;
  font-size: 32px;
}
.support .sm-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  background: #25abb8;
  color: #fff;
  max-width: 250px;
  margin: 0 auto 24px;
  border-radius: 60px;
}
.support .has-media {
  height: 300px;
  padding: 20px;
}
.support .has-media p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
}
.support .has-media .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support .has-media .media .media-left {
  margin-inline-end: 16px;
}
.support .has-media .media .media-left img {
  width: 100px;
}
.support .has-media .media .media-heading {
  color: #25abb8;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.support .has-media .media p {
  margin-bottom: 0;
}
.bg-cyan {
  background-color: #25abb8;
}
.bg-default {
  background-color: #2bbbad;
}
.main-about-osoul {
  padding: 80px 0;
}
.main-about-osoul .hoverable {
  margin-bottom: 16px;
  box-shadow: 0 4px 6px 0 #0000001c;
  transition: all 0.3s linear;
}
.main-about-osoul .hoverable:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.8);
}
.main-about-osoul .hoverable .media {
  display: flex;
}
.main-about-osoul .hoverable .media .media-left {
  width: 15%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-about-osoul .hoverable .media .media-left svg {
  color: #fff !important;
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}
.main-about-osoul .hoverable .media .media-left h3 {
  font-size: 16px;
  text-align: center;
}
.main-about-osoul .hoverable .media .media-body {
  padding: 24px;
  width: 100%;
}
.main-about-osoul .hoverable .media .media-body p,
.main-about-osoul .hoverable .media .media-body li {
  line-height: 30px;
  color: #6c6c6c;
}
.main-about-osoul .hoverable .media .media-body li svg {
  color: #2bbbad;
  font-size: 20px;
  margin-inline-end: 4px;
}
.rules .rule-item .card {
  height: 300px;
  margin-bottom: 0;
  background: #f5f5f5;
}
.rules .rule-item .card h4 {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.rules .rule-item .card p {
  padding: 10px 20px;
  color: #6c6c6c;
  margin: 0;
}
header.min-header {
  min-height: 250px;
  background-position: bottom;
}
header.min-header .project-logo img {
  height: auto;
  max-height: 130px;
}
header.min-header.distinction {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/distinction.avif);
  background-size: cover;
  background-position: center;
}
.deadline {
  color: #ef5063;
}
.require {
  list-style: auto;
}
.volunteer p {
  font-size: 18px;
  line-height: 32px;
}
.volunteer p span {
  font-weight: 600;
  color: #264668;
}
.volunteer ul {
  padding-inline-start: 16px;
  margin-bottom: 2rem;
}
.volunteer ul li {
  list-style: auto;
  line-height: 28px;
}
.volunteer ul li::marker {
  margin-right: 4px;
}
.volunteer .vol-btn {
  padding: 8px 32px;
  background-color: #264668;
  color: #fff;
  border-radius: 4px;
}
.donation .section-title h2 a {
  color: #fff;
}
.modal-pdf .modal-header .btn-close {
  margin: 0;
}
.modal-pdf .modal-title {
  margin: auto;
}
.modal-pdf .modal-dialog {
  max-width: 75vw;
}
.about-box .section-title {
  margin-inline-end: 56px;
  margin-top: 4rem;
}
.about-box .content .intro {
  color: #303030;
  line-height: 32px;
}
.about-box .content .intro strong {
  color: #1d3346;
}
.about-box .content h6 {
  line-height: 32px;
}
.about-box .content h5 strong {
  color: #00a69c;
}
.about-box .content p,
.about-box .content li {
  line-height: 28px;
  color: #444;
}
.about-box .content ul {
  margin-top: 1rem;
}
.about-box .content ul li:first-child {
  margin-bottom: 1rem;
}
.about-box .content li:first-child strong {
  color: #ef5063;
}
.about-box .content li:last-child strong {
  color: #f7b118;
}
.wrapper .donation {
  background-color: #fff;
}
.wrapper .donation h2 {
  color: #264668;
  margin-inline-end: 24px;
}
.wrapper .donation .data {
  margin-top: 24px;
}
.wrapper .volunteer-page.content-page {
  padding: 6re 0 8rem;
}
.wrapper .volunteer-page .volunteer {
  padding: 0;
  margin-bottom: 1.5rem;
}
.wrapper .volunteer-page .volunteer::after,
.wrapper .volunteer-page .volunteer::before {
  content: none;
}
.wrapper .volunteer-page .volunteer h5 {
  color: #ef5063;
}
.wrapper .volunteer-page .volunteer p {
  line-height: 32px !important;
}
.wrapper .volunteer-page .volunteer h6 {
  color: #fdae00;
  margin-top: 16px;
}
.about-foundation p,
.about-foundation li {
  line-height: 28px;
  color: #444;
}
.about-foundation .found-content h4 {
  color: #00a69c;
}
.about-foundation h4.vision {
  color: #ef5063;
}
.about-foundation h4.message {
  color: #f7b118;
}
.about-foundation .object-content h4 {
  color: #264668;
}
.about-foundation .object-content p {
  color: #222;
  font-weight: 600;
}
.min-header.flex-column h1 {
  font-size: 2rem;
}
.view-project .row {
  align-items: flex-start;
}
.view-project .intro h3 {
  color: #00a69c;
  font-size: 28px;
  margin-bottom: 16px;
}
.view-project .intro p {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 18px;
  text-align: justify;
  color: #222;
}
.view-project .image-cover img {
  height: 500px;
}
.view-project .title {
  text-align: center;
  margin-bottom: 48px;
}
.view-project .project-idea {
  background: #00a69c;
  padding: 4rem 0;
  margin: 2rem 0;
}
.view-project .project-idea .row {
  align-items: center;
  --bs-gutter-y: 0;
}
.view-project .project-idea .title h4 {
  color: #fff;
}
.view-project .project-idea .item {
  display: flex;
  align-items: center;
  height: 200px;
  background-color: #fff;
  padding-inline-end: 1.5rem;
}
.view-project .project-idea .item .icon-container {
  height: 100%;
  background: #f0c057;
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
}
.view-project .project-idea .item .icon-container .icon {
  color: #fff;
  font-size: 24px;
}
.view-project .project-idea .item .content {
  width: 100%;
}
.view-project .project-idea .item .content p {
  line-height: 28px;
  margin-bottom: 8px;
}
.view-project .importance {
  padding: 4rem 0;
}
.view-project .importance .content p {
  line-height: 32px;
  margin-bottom: 16px;
}
.view-project .importance .content ul {
  padding-inline-start: 16px;
}
.view-project .importance .content ul li {
  list-style: auto;
  line-height: 32px;
  margin-bottom: 8px;
}
.view-project .targeted {
  padding: 4rem 0;
  background-color: #555;
}
.view-project .targeted .title {
  width: 75%;
  margin: auto;
  margin-bottom: 3rem;
}
.view-project .targeted .title h4 {
  margin-bottom: 16px;
}
.view-project .targeted .title p {
  text-align: start;
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 18px;
}
.view-project .targeted ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-project .targeted ul li {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  width: 200px;
  min-height: 150px;
  padding: 12px 16px;
}
.view-project .targeted ul li h5 {
  color: #00a69c;
  margin-bottom: 12px;
}
.view-project .targeted ul li p {
  color: #707070;
}
.view-project .targeted ul:first-of-type {
  margin-bottom: 3rem;
}
.view-project .derivative-projects {
  padding: 4rem 0 0 0;
}
.view-project .derivative-projects ul li .project-img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0px #00000033;
  padding: 12px 0;
  text-align: center;
}
.view-project .derivative-projects ul li .project-img img {
  height: 120px;
}
.logo img {
  height: 80px;
}
.found-content h4 {
  color: #00a69c;
}
.found-content p {
  line-height: 28px;
  color: #444;
  font-size: 20px;
}
.vision-content h4.vision {
  color: #ef5063;
  margin-bottom: 24px;
  font-size: 32px;
}
.vision-content p {
  font-size: 22px;
  line-height: 32px;
}
.message-content p {
  line-height: 32px;
}
h4.message {
  color: #f7b118 !important;
  margin-bottom: 24px;
  font-size: 32px;
}
.object-content h4 {
  color: #264668;
  margin-bottom: 24px;
  font-size: 32px;
}
.object-content p {
  color: #222;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
}
.object-content ol {
  padding-left: 0;
  margin-bottom: 0;
  padding-inline-start: 20px !important;
}
.object-content ol li {
  line-height: 28px;
  color: #444;
  list-style: circle;
  margin-bottom: 8px;
}
.about-foundation .image img {
  object-fit: cover;
}
.about-card {
  padding: 40px 1rem;
  border: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
}
.about-card:hover {
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.08);
}
.about-card h4 {
  text-align: center;
  margin-top: 24px;
}
.about-osoul-modules {
  background: none;
}
.about-osoul-modules h2 {
  color: #1d3346;
}
.about-osoul-modules .khota-single-section-description p {
  line-height: 32px;
  font-size: 20px;
}
.about-osoul-modules .module-content {
  padding: 90px 0 50px;
}
.about-osoul-modules .module-content ul li a {
  width: 90%;
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s linear;
  box-shadow: 0px 1px 5px 0 #d5d5d5;
}
.about-osoul-modules .module-content ul li a:hover {
  box-shadow: 0 0.125rem 1rem #d5d5d5;
}
.about-osoul-modules .module-content ul li a img {
  height: 130px;
}
.about-osoul-modules .project-logo {
  padding: 2rem 0;
  text-align: center;
}
.about-osoul-modules .project-logo img {
  height: 200px;
}
.zedny-idea {
  padding: 60px 0;
  background: #00a69c;
}
.zedny-idea .section-title {
  margin-bottom: 3rem;
}
.zedny-idea .card {
  padding: 24px 16px;
  min-height: 370px;
}
.zedny-idea .card .card-title {
  margin-top: 10px;
  margin-bottom: 1rem;
}
.zedny-idea .card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f0c057;
}
.zedny-idea .card span .icon {
  font-size: 32px;
  color: #fff;
}
.zedny-idea .card p {
  line-height: 34px;
  font-size: 22px;
}
.zedny-reasons-importance {
  padding: 80px 0;
}
.zedny-reasons-importance h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.zedny-reasons-importance p {
  font-size: 22px;
}
.zedny-reasons-importance ol {
  padding-left: 0;
  padding-inline-start: 12px;
}
.zedny-reasons-importance ol li {
  font-size: 20px;
  list-style: auto;
  line-height: 36px;
}
.grab-main-img {
  padding: 80px 0;
  background: #00a794;
}
.grab-main-img img {
  height: 600px;
}
.zedny-projects {
  padding-top: 60px;
}
.zedny-projects .section-title {
  margin-bottom: 3rem;
}
.zedny-projects .section-title h3 {
  font-size: 36px;
}
.zedny-projects ul li .khota-single-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 3px 3px 5px 0 #d5d5d5;
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.zedny-projects ul li .khota-single-section img {
  height: 100px;
}
.zedny-projects ul li .khota-single-section:hover {
  box-shadow: 6px 6px 10px 0 #d5d5d5;
}
.about-foundation .row {
  align-items: initial;
}
.volunteer-page {
  padding: 7rem 0;
}
.volunteer-page .volunteer p span {
  font-size: 20px;
}
.volunteer-page .volunteer h5 {
  font-size: 24px;
}
.volunteer-page .volunteer h6 {
  font-size: 20px;
}
.align-items-initial {
  align-items: initial !important;
}
.navbar-container .logo a {
  display: inline-block;
}
.plyr__video-wrapper {
  height: 100%;
}
.plyr__video-wrapper .plyr__poster {
  background-size: cover;
}
.osoul-feelds a {
  transition: all 0.3s linear;
}
.osoul-feelds a:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.125rem 2rem rgba(0, 0, 0, 0.08) !important;
}
.osoul-feelds a:active {
  transform: translateY(-2px);
}
.main-text {
  padding: 24px 32px;
  box-shadow: 2px 2px 10px 0 #e1e1e1;
  margin: 0rem 0 5rem 0;
  color: #626262;
  text-align: justify;
}
.main-text p {
  line-height: 36px;
  margin-bottom: 8px;
  color: #626262;
  text-align: justify;
}
.main-text ul {
  --bs-gutter-y: 0 !important;
}
.main-text ul li {
  margin-bottom: 2rem !important;
}
.main-text ul li a {
  box-shadow: 0px 0px 10px 0 #d0d0d0;
  transition: all 0.3s linear;
}
.main-text ul li a:hover {
  transform: translateY(-4px);
  box-shadow: 0px 0px 10px 2px #d0d0d0;
}
.main-text ul li a:active {
  transform: translateY(-2px);
}
.main-content .accordion .accordion-button {
  background-color: #00a69c;
  color: #fff;
  font-size: 22px;
}
.main-content .accordion .accordion-button::after {
  margin-left: 0;
  margin-inline-start: auto;
  background-image: url(../images/arr-down.svg);
}
.main-content .accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.main-content .accordion p,
.main-content .accordion li {
  color: #646464;
}
.main-content .accordion p::before,
.main-content .accordion li::before {
  content: ". ";
  color: #ffbb33;
  font-size: 36px;
  font-weight: bolder;
  width: 10px;
  display: inline-block;
}
.main-content .accordion .accordion-body .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.main-content .accordion .accordion-body .item h4 {
  color: #ef5063;
  margin-bottom: 0;
}
.main-content .accordion .accordion-body .item p {
  color: #626262;
  text-align: justify;
}
.main-content .accordion.accordion-auto ul li {
  list-style: auto;
  line-height: 1.7;
  text-align: justify;
  color: #646464;
  font-size: 22px;
}
.main-content .accordion.accordion-auto ul li::before {
  content: none;
}
.main-content .accordion.accordion-auto ul li ul li {
  list-style: none;
}
.osoul-logo {
  padding: 56px 0 20px;
}
.video-container {
  position: relative;
}
.wrapper .projects .project .image img {
  width: auto;
  height: 120px !important;
  padding: 18px;
}
.mob-header {
  display: none;
  position: relative;
  max-height: 400px;
}
.mob-header button {
  position: absolute;
  inset: 50% auto auto 50%;
  background: none;
  font-size: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: none;
  color: #00b3ff;
}
.mob-header button:hover,
.mob-header button:focus {
  color: #00b3ff;
  box-shadow: none;
}
.modal .modal-dialog {
  max-width: 75% !important;
}
.navbar-for-mobile .accordion #flush-projects ul.row {
  padding-top: 40px;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project {
  display: block;
  margin-bottom: 24px;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .image {
  margin-bottom: 4rem;
}
.navbar-for-mobile .accordion #flush-projects ul.row .project .image .pattern {
  width: 65% !important;
  height: 140px !important;
  top: -28px !important;
  left: -6px !important;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .wrapper .footer .upper .search-container {
    width: 55% !important;
  }
  .wrapper .footer .lower .contacts p {
    width: max-content;
  }
}
@media (max-width: 992px) {
  .wrapper .navbar-container {
    display: none !important;
  }
  .wrapper .navbar-container .upper-nav::after,
  .wrapper .navbar-container .lower-nav::after {
    width: 0px !important;
  }
  .wrapper .navbar-for-mobile {
    display: block;
  }
  .wrapper .main-header .owl-stage {
    height: 100%;
  }
  .wrapper .main-header .owl-stage .owl-item {
    height: 100%;
  }
  .wrapper .main-header .owl-stage .owl-item .slider {
    height: 100%;
  }
  .wrapper .main-header .owl-stage .owl-item .slider .image {
    height: 100%;
  }
  .wrapper .carousel_about .slider .image {
    margin-bottom: 1rem !important;
  }
  .wrapper .about-us::after,
  .wrapper .projects::after,
  .wrapper .library::after,
  .wrapper .donation::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #00a69c !important;
    z-index: 9 !important;
  }
  .wrapper .about-us::before,
  .wrapper .projects::before,
  .wrapper .library::before,
  .wrapper .donation::before {
    display: none !important;
  }
  .wrapper .projects::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #f7b118 !important;
    z-index: 9 !important;
  }
  .wrapper .projects .project .image .pattern {
    left: 60px !important;
  }
  .wrapper .library::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #ef5063 !important;
    z-index: 9 !important;
  }
  .wrapper .donation::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #264668 !important;
    z-index: 9 !important;
  }
  .wrapper .donation .item .image .pattern {
    position: absolute !important;
    width: 75% !important;
    border-top: 24px solid #264668 !important;
    border-left: 24px solid #264668 !important;
    border-right: 0 solid #264668 !important;
    border-bottom: 0 solid #264668 !important;
    height: 100% !important;
    top: -30px !important;
    left: -30px !important;
    transition: all 0.3s linear !important;
  }
  .wrapper .donation .item .image .pattern::after {
    content: "" !important;
    position: absolute !important;
    width: 100px !important;
    height: 24px !important;
    background-color: #264668 !important;
    bottom: -27px !important;
    left: -24px !important;
    transform: rotate(29deg) !important;
    transition: all 0.3s linear !important;
    opacity: 1 !important;
  }
  .wrapper .donation .item .image .pattern::after {
    width: 80% !important;
    left: -20px !important;
    bottom: -16px !important;
  }
  .wrapper .volunteer .small-pattern {
    bottom: 50px !important;
    transform: none !important;
  }
  .wrapper .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wrapper .footer .row {
    flex-direction: column-reverse;
  }
  .wrapper .footer .footer-logo {
    text-align: center !important;
    margin-bottom: 2rem;
  }
  .wrapper .footer .footer-logo img {
    width: 80% !important;
  }
  .wrapper .footer .upper {
    flex-direction: column;
  }
  .wrapper .footer .upper .search-container {
    width: 100% !important;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .wrapper .footer .upper .search-container::after,
  .wrapper .footer .upper .search-container::before {
    display: none;
  }
  .wrapper .footer .upper .contact-socials {
    margin: 1.5rem 0;
    justify-content: flex-start !important;
  }
  .wrapper .footer .upper .contact-socials .socials {
    margin-bottom: 0 !important;
    width: 100%;
    justify-content: flex-start !important;
  }
  .wrapper .footer .footer-links ul {
    flex-wrap: wrap;
  }
  .wrapper .footer .lower {
    padding: 1rem 0;
  }
  .wrapper .content-page::after {
    width: 100% !important;
  }
  .wrapper .content-page::before {
    width: 0 !important;
  }
  .wrapper .content-page.about-vision .image {
    text-align: center;
  }
  .wrapper .support .has-media {
    height: 430px;
  }
  .wrapper .support .has-media .media {
    flex-direction: column;
  }
  .wrapper .support .has-media .media .media-left {
    margin-bottom: 1.5rem;
  }
  .wrapper .view-project .project-idea .item {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px !important;
    height: max-content;
    text-align: center;
  }
  .wrapper .view-project .project-idea .item .icon-container {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .wrapper .view-project .project-idea .item .content {
    padding: 10px;
  }
  .wrapper .view-project .intro p {
    font-size: 16px;
  }
  .wrapper .view-project .targeted ul {
    flex-wrap: wrap;
  }
  .wrapper .view-project .targeted ul li {
    margin-bottom: 1rem;
  }
  .grab-main-img img {
    height: 400px;
  }
  .mob-header {
    display: block;
  }
  .main-header {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper .about-us,
  .wrapper .projects,
  .wrapper .library,
  .wrapper .donation,
  .wrapper .volunteer,
  .wrapper .footer {
    padding: 5rem 2rem;
  }
  .wrapper .projects::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 48px !important;
    background-color: #f7b118 !important;
    z-index: 9 !important;
  }
  .wrapper .projects .project .image .pattern {
    left: 60px !important;
  }
  .wrapper .content-page.about-vision .image {
    text-align: center;
  }
  .wrapper .volunteer-page form {
    width: 100%;
  }
  .wrapper .support .has-media {
    height: 270px;
  }
  .wrapper .support .has-media .media {
    flex-direction: row;
  }
  .wrapper .support .has-media .media .media-left {
    margin-bottom: 0;
  }
  .grab-main-img img {
    height: 300px;
  }
  .about-us {
    padding-top: 2.5rem !important;
  }
  .about-us .about-box.d-flex {
    flex-direction: column;
  }
  .about-card {
    height: auto !important;
  }
  .wrapper header.main-header {
    height: 400px !important;
  }
}
@media (max-width: 578px) {
  .wrapper .navbar-container .upper-nav .logo {
    margin-bottom: 1rem;
  }
  .wrapper .navbar-container .upper-nav .logo img {
    max-width: 50% !important;
  }
  .wrapper .donation .item .image .pattern::after {
    width: 80% !important;
    left: -22px !important;
    bottom: -16px !important;
  }
  .wrapper .volunteer .item {
    margin-bottom: 3rem;
  }
  .wrapper .volunteer .small-pattern {
    bottom: 41px !important;
  }
  .wrapper .footer .footer-links ul li {
    margin-bottom: 1rem !important;
  }
  .wrapper .footer .upper .search-container {
    margin: 0 !important;
  }
  .wrapper .footer .upper .contact-socials {
    flex-direction: column-reverse !important;
  }
  .wrapper .footer .upper .contact-socials .text-socials {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .wrapper .footer .upper .contact-socials .text-socials h4 {
    font-size: 20px;
  }
  .wrapper .footer .upper .title-links-footer h5 {
    margin-bottom: 1rem;
  }
  .wrapper .about-members {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .wrapper .contact-page form {
    width: 100% !important;
  }
  .accounts-details .bank .row {
    flex-direction: column;
  }
  .accounts-details .bank .img-box .bank-img {
    width: 100%;
  }
  .accounts-details .bank p {
    font-size: 22px;
  }
  .support .section-title .heading {
    font-size: 24px;
  }
  .support .main-card h4 {
    font-size: 20px;
  }
  .support .main-card p {
    font-size: 16px;
  }
  .support .has-media {
    height: max-content !important;
  }
  .support .has-media .media {
    flex-direction: column !important;
  }
  .support .has-media .media .media-heading {
    font-size: 18px;
  }
  .support .has-media .media .media-left {
    margin-bottom: 1.5rem !important;
  }
  .support .has-media p {
    font-size: 18px;
  }
  .min-header.flex-column h1 {
    font-size: 24px;
  }
  .view-project {
    padding: 6rem 0 8rem;
  }
  .view-project .targeted .title {
    width: 96%;
  }
  .view-project .targeted ul li {
    width: 100%;
  }
  .grab-main-img img {
    height: 200px;
  }
  .about-vision {
    padding: 4rem 0 5rem;
  }
  .about-vision .image-logo {
    text-align: center !important;
  }
  .about-vision .image-logo .img-logo {
    max-width: 80%;
    height: auto;
  }
  .member {
    margin: 0 1.5rem;
  }
  .accounts-details {
    padding-top: 1rem;
  }
  .accounts-details .bank {
    padding: 0 0 3rem;
  }
}
@media (max-width: 478px) {
  .grab-main-img img {
    height: 160px;
  }
}
.wrapper {
  /*************************/
  /**** NAVBAR SECTION *****/
  /*************************/
  /*************************/
  /**** HEADER SECTION *****/
  /*************************/
  /*************************/
  /**** ABOUT-US SECTION *****/
  /*************************/
  /*************************/
  /**** PROJECTS SECTION *****/
  /*************************/
  /*************************/
  /**** LIBRARY SECTION *****/
  /*************************/
  /*************************/
  /**** DONATION SECTION *****/
  /*************************/
  /*************************/
  /**** VOLUNTEERING SECTION *****/
  /*************************/
  /*************************/
  /**** FOOTER SECTION *****/
  /*************************/
}
.wrapper .navbar-container {
  display: flex;
  flex-direction: column;
}
.wrapper .navbar-container .upper-nav {
  position: relative;
  padding: 1rem 0;
}
.wrapper .navbar-container .upper-nav::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 55px;
  background-color: #fff;
  bottom: -55px;
  left: -80px;
  z-index: 11;
}
.wrapper .navbar-container .upper-nav .row {
  align-items: center;
}
.wrapper .navbar-container .upper-nav .lang-image {
  position: relative;
  text-align: end;
}
.wrapper .navbar-container .upper-nav .lang-image img {
  width: 48px;
  cursor: pointer;
}
.wrapper .navbar-container .upper-nav .lang-image button {
  border: none;
  background: none;
}
.wrapper .navbar-container .upper-nav .lang-image .dropdown-toggle::after {
  display: none;
}
.wrapper .navbar-container .upper-nav .lang-image ul {
  position: absolute;
  width: max-content;
  height: max-content;
  top: 100%;
  left: 0;
  text-align: center;
  background-color: #264668;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.63);
  z-index: 13;
}
.wrapper .navbar-container .upper-nav .lang-image ul li a {
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all 0.3s linear;
}
.wrapper .navbar-container .upper-nav .lang-image ul li a:hover {
  color: #f7b118;
}
.wrapper .navbar-container .lower-nav {
  position: relative;
  background-color: #264668;
}
.wrapper .navbar-container .lower-nav nav {
  padding: 0;
}
.wrapper .navbar-container .lower-nav nav .navbar-toggler-icon {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
}
.wrapper .navbar-container .lower-nav nav .navbar-toggler:focus {
  border: 0;
}
.wrapper .navbar-container .lower-nav nav a {
  color: #fff;
  transition: all 0.3s linear;
  padding: 1rem;
}
.wrapper .navbar-container .lower-nav nav a:hover {
  color: #f7b118;
}
.wrapper .navbar-container .lower-nav nav .dropdown-menu {
  background-color: #264668;
}
.wrapper .navbar-container .lower-nav nav .dropdown-menu li {
  margin-bottom: 10px;
}
.wrapper .navbar-container .lower-nav nav .dropdown-menu li a {
  padding: 0.5rem 1rem;
}
.wrapper .navbar-container .lower-nav::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 16px;
  height: 75px;
  width: 150px;
  background-color: #ef5063;
  transform: rotateX(40deg) rotateY(38deg);
  z-index: 12;
}
.wrapper .navbar-container .lower-nav ul.links {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .navbar-container .lower-nav ul.links li.link {
  position: relative;
  padding: 0.5rem 0;
}
.wrapper .navbar-container .lower-nav ul.links li.link.link-drop:hover ul.dropdown-links {
  top: 100%;
  display: block;
}
.wrapper .navbar-container .lower-nav ul.links li.link.link-drop ul.dropdown-links {
  position: absolute;
  top: -100%;
  left: 0;
  width: max-content;
  display: none;
  transition: all 0.3s ease;
  z-index: 12;
}
.wrapper .navbar-container .lower-nav ul.links li.link.link-drop ul.dropdown-links li.drop-link {
  padding: 0.5rem 1rem;
  margin-bottom: 2px;
  background-color: #264668;
}
.wrapper .navbar-container .lower-nav ul.links li.link.link-drop ul.dropdown-links li.drop-link a {
  color: #fff;
}
.wrapper header.main-header {
  position: relative;
  height: 600px;
  z-index: 10;
}
.wrapper header.main-header #player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper header.main-header .plyr--video {
  height: 100%;
}
.wrapper header.main-header .carousel_header {
  height: 100%;
}
.wrapper header.main-header .carousel_header .owl-stage-outer {
  height: 100%;
}
.wrapper header.main-header .carousel_header .owl-stage-outer .slider .image img {
  height: 100%;
  width: 100%;
}
.wrapper header.main-header .carousel_header .owl-dots {
  inset: auto 0 50px 0;
}
.wrapper header.main-header .carousel_header .owl-dots.active span {
  background-color: #f7b118;
}
.wrapper .about-us::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 48px;
  background-color: #00a69c;
  z-index: 9;
}
.wrapper .about-us::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -2px;
  width: 15%;
  height: 50px;
  background-color: #f7b118;
  transform: rotateX(45deg) rotateY(40deg);
  transition: all 0.3s linear;
  z-index: 8;
}
.wrapper .about-us:hover::before {
  transform: none;
}
.wrapper .about-us .owl-dots {
  inset: auto 0 -50px 0;
}
.wrapper .about-us .owl-dots.active span {
  background-color: #ef5063;
}
.wrapper .about-us .section-title h2 {
  color: #264668;
}
.wrapper .about-us .carousel_about .slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .about-us .carousel_about .slider .image {
  position: relative;
  margin-bottom: 3rem;
  width: 175px;
}
.wrapper .about-us .carousel_about .slider .image .about-pattern {
  background-image: url(../icons/pattern-about.svg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
.wrapper .about-us .carousel_about .slider .image img {
  height: 100px;
  width: auto;
}
.wrapper .about-us .carousel_about .slider .content {
  width: 75%;
  text-align: center;
}
.wrapper .about-us .carousel_about .slider .content p {
  color: #6c6d71;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper .projects {
  background-color: #264668;
}
.wrapper .projects::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 48px;
  background-color: #f7b118;
  z-index: 9;
}
.wrapper .projects::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -2px;
  width: 15%;
  height: 50px;
  background-color: #00a69c;
  transform: rotateX(45deg) rotateY(40deg);
  transition: all 0.3s linear;
  z-index: 8;
}
.wrapper .projects:hover::before {
  transform: none;
}
.wrapper .projects .section-title h2 {
  color: #fff;
}
.wrapper .projects .project {
  text-align: center;
  padding: 2rem 0;
}
.wrapper .projects .project:hover .image .pattern-1 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 24px solid #ef5063;
  border-bottom: 24px solid #ef5063;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project:hover .image .pattern-1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .projects .project:hover .image .pattern-2 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #00a69c;
  border-left: 24px solid #00a69c;
  border-right: 24px solid #00a69c;
  border-bottom: 24px solid #00a69c;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project:hover .image .pattern-2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #00a69c;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .projects .project:hover .image .pattern-3 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #f7b118;
  border-left: 24px solid #f7b118;
  border-right: 24px solid #f7b118;
  border-bottom: 24px solid #f7b118;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project:hover .image .pattern-3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #f7b118;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .projects .project:hover .image .pattern-4 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 24px solid #ef5063;
  border-bottom: 24px solid #ef5063;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project:hover .image .pattern-4::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .projects .project .image {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
.wrapper .projects .project .image .pattern-1 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project .image .pattern-1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .projects .project .image .pattern-2 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #00a69c;
  border-left: 24px solid #00a69c;
  border-right: 0 solid #00a69c;
  border-bottom: 0 solid #00a69c;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project .image .pattern-2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #00a69c;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .projects .project .image .pattern-3 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #f7b118;
  border-left: 24px solid #f7b118;
  border-right: 0 solid #f7b118;
  border-bottom: 0 solid #f7b118;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project .image .pattern-3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #f7b118;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .projects .project .image .pattern-4 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .projects .project .image .pattern-4::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .projects .project .image img {
  width: auto;
  height: 150px;
}
.wrapper .projects .project .content {
  padding: 1rem 8px;
}
.wrapper .projects .project .content h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.wrapper .projects .project .content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper .projects .owl-dots {
  inset: auto 0 -50px 0;
}
.wrapper .projects .owl-dots.active span {
  background-color: #f7b118;
}
.wrapper .project {
  text-align: center;
  padding: 2rem 0;
}
.wrapper .project:hover .image .pattern-1 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 24px solid #ef5063;
  border-bottom: 24px solid #ef5063;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project:hover .image .pattern-1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .project:hover .image .pattern-2 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #00a69c;
  border-left: 24px solid #00a69c;
  border-right: 24px solid #00a69c;
  border-bottom: 24px solid #00a69c;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project:hover .image .pattern-2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #00a69c;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .project:hover .image .pattern-3 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #f7b118;
  border-left: 24px solid #f7b118;
  border-right: 24px solid #f7b118;
  border-bottom: 24px solid #f7b118;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project:hover .image .pattern-3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #f7b118;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .project:hover .image .pattern-4 {
  position: absolute;
  width: 80%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 24px solid #ef5063;
  border-bottom: 24px solid #ef5063;
  height: 100%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project:hover .image .pattern-4::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(0);
  transition: all 0.3s linear;
  opacity: 0;
}
.wrapper .project .image {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
.wrapper .project .image .pattern-1 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project .image .pattern-1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .project .image .pattern-2 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #00a69c;
  border-left: 24px solid #00a69c;
  border-right: 0 solid #00a69c;
  border-bottom: 0 solid #00a69c;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project .image .pattern-2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #00a69c;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .project .image .pattern-3 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #f7b118;
  border-left: 24px solid #f7b118;
  border-right: 0 solid #f7b118;
  border-bottom: 0 solid #f7b118;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project .image .pattern-3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #f7b118;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .project .image .pattern-4 {
  position: absolute;
  width: 55%;
  border-top: 24px solid #ef5063;
  border-left: 24px solid #ef5063;
  border-right: 0 solid #ef5063;
  border-bottom: 0 solid #ef5063;
  height: 90%;
  top: 0;
  left: 30px;
  transition: all 0.3s linear;
}
.wrapper .project .image .pattern-4::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #ef5063;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .project .image img {
  width: auto;
  height: 150px;
}
.wrapper .project .content {
  padding: 1rem 0;
}
.wrapper .project .content h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.wrapper .project .content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper .library::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 48px;
  background-color: #ef5063;
  z-index: 9;
}
.wrapper .library::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -2px;
  width: 15%;
  height: 50px;
  background-color: #f7b118;
  transform: rotateX(45deg) rotateY(40deg);
  transition: all 0.3s linear;
  z-index: 8;
}
.wrapper .library:hover::before {
  transform: none;
}
.wrapper .library .owl-item {
  padding: 2rem 0;
}
.wrapper .library .carousel_library .item {
  display: block;
  border: none;
}
.wrapper .library .carousel_library .item img {
  height: 150px;
  object-fit: cover;
}
.wrapper .library .carousel_library .item .card-body {
  text-align: center;
}
.wrapper .library .carousel_library .item .card-body .card-title {
  color: #000;
  font-weight: 600;
}
.wrapper .library .carousel_library .item .card-body .card-text {
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper .library .owl-dots {
  inset: auto 0 -50px 0;
}
.wrapper .library .owl-dots.active span {
  background-color: #ef5063;
}
.wrapper .donation::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 24px solid #264668;
  border-left: 24px solid #264668;
  border-right: 0 solid #264668;
  border-bottom: 0 solid #264668;
  height: 82%;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
.wrapper .donation::after::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #264668;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .donation::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10%;
  border-right: 24px solid #f7b118;
  border-bottom: 24px solid #f7b118;
  width: 90%;
  height: 65%;
  z-index: 1;
}
.wrapper .donation .section-title {
  margin-bottom: 4rem;
}
.wrapper .donation .section-title h2 {
  color: #fff;
}
.wrapper .donation .row {
  --bs-gutter-y: 4rem;
  align-items: center;
  justify-content: center;
}
.wrapper .donation .item {
  display: block;
  width: 80%;
  height: 180px;
}
.wrapper .donation .item .image {
  position: relative;
  padding: 24px 16px;
  background-color: #fff;
}
.wrapper .donation .item .image .pattern {
  position: absolute;
  width: 55%;
  border-top: 24px solid #264668;
  border-left: 24px solid #264668;
  border-right: 0 solid #264668;
  border-bottom: 0 solid #264668;
  height: 60%;
  top: -30px;
  left: -30px;
  transition: all 0.3s linear;
}
.wrapper .donation .item .image .pattern::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 24px;
  background-color: #264668;
  bottom: -27px;
  left: -24px;
  transform: rotate(29deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.wrapper .donation .item .image img {
  height: 70px;
}
.wrapper .donation .item .content {
  text-align: center;
  margin-top: 1rem;
}
.wrapper .donation .item .content h5 {
  color: #fff;
}
.wrapper .statistics {
  position: relative;
  padding: 7rem 0;
  background: #00a69c;
  overflow: hidden;
}
.wrapper .statistics .small-pattern {
  position: absolute;
  width: 169px;
  height: 25px;
  bottom: 72px;
  left: -21px;
  background-color: #264668;
  transform: rotateX(17deg) rotateY(40deg);
  z-index: 9;
}
.wrapper .statistics::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 48px;
  background-color: #264668;
  z-index: 9;
}
.wrapper .statistics::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -2px;
  width: 15%;
  height: 50px;
  background-color: #ef5063;
  transform: rotateX(45deg) rotateY(40deg);
  transition: all 0.3s linear;
  z-index: 8;
}
.wrapper .statistics:hover::before {
  transform: none;
}
.wrapper .statistics .section-title h2 {
  color: #fff;
}
.wrapper .statistics .item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.wrapper .statistics .item svg {
  color: #444;
  font-size: 24px;
}
.wrapper .statistics .item span {
  font-size: 24px;
  color: #264668;
  margin: 16px 0 4px;
}
.wrapper .statistics .item p {
  font-size: 18px;
  color: #444;
}
.wrapper .statistics .btn-more {
  margin-top: 3rem;
  padding: 2rem 0;
  text-align: center;
}
.wrapper .statistics .btn-more a {
  display: inline-block;
  position: relative;
  color: #fff;
  border: #264668;
  padding: 10px 48px;
  border-radius: 8px;
  background: #264668;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  z-index: 1;
}
.wrapper .statistics .btn-more a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7b118;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
  z-index: -1;
}
.wrapper .statistics .btn-more a:hover {
  cursor: pointer;
  color: #161616;
}
.wrapper .statistics .btn-more a:hover::before {
  transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
.wrapper .footer {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.wrapper .footer .upper .search-container {
  width: 60%;
  height: 50px;
  margin-left: auto;
  margin-right: 2rem;
}
.wrapper .footer .upper .search-container input {
  width: 90%;
}
.wrapper .footer .upper .search-container img {
  height: 31px;
}
.wrapper .footer .upper .contact-socials {
  display: flex;
  flex-direction: column;
}
.wrapper .footer .upper .contact-socials .socials {
  margin-bottom: 1rem;
  justify-content: space-between;
}
.wrapper .footer .upper .contact-socials .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #264668;
  border-radius: 4px;
  margin: 0 2px;
}
.wrapper .footer .upper .contact-socials .socials a i {
  color: #fff;
}
.wrapper .footer .upper .contact-socials .text-socials h4 {
  color: #264668;
  font-size: 24px;
  font-weight: 600;
}
.wrapper .footer .lower .title-links-footer h5 {
  color: #264668;
  font-weight: 600;
}
.wrapper .footer .lower .footer-links ul li {
  padding: 0.25rem 0.5rem;
  border: 1px solid #264668;
  border-radius: 6px;
  margin: 0 0.5rem;
}
.wrapper .footer .lower .footer-links ul li:hover a {
  color: #fff;
  transition: all 0.3s linear;
}
.wrapper .footer .lower .footer-links ul li a {
  color: #264668;
}
.wrapper .footer .lower .contacts {
  margin-top: 1rem;
}
.wrapper .footer .lower .contacts p {
  color: #264668;
}
.wrapper .footer .lower .contacts p .phone {
  margin: 1.5rem;
}
.wrapper .footer .footer-logo {
  text-align: end;
}
.wrapper .footer .footer-logo img {
  width: 70%;
}
.wrapper .footer-lower {
  padding: 1rem;
  text-align: center;
  background-color: #ccc;
}
.wrapper .footer-lower p {
  color: #6c6d71;
}
