body {
    font-family: "Rubik", sans-serif !important;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a{
    text-decoration: none !important;
    transition: 0.5s;
}
a:hover {
    transition: 0.5s;
}
.active a {
    color: #e8aa33 !important;
}
a.view_btn:hover {
    background: #e8aa33 !important;
    transition: 0.5s;
}
.copyright-txt a {
    color: #fff;
}

.slide_btn a:hover{
    background: #212938;
}
.ul-btn:hover{
    background: #212938;
}
.deoncontent a:hover{
    background: #212938;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
}
.mbr_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header_mid {
    background: #1a252e;
    margin: 20px 20px 0;
    padding-left: 2%;
    padding-right: 2%;
        position: relative;
    z-index: 9;
}
a.donate_btn {
    background: #e8aa33;
    text-decoration: none;
    color: #fff;
    padding: 6px 20px;
    text-transform: uppercase;
}
img.logom {
    width: 22%;
}
a.nav-link {
    color: #fff;
    text-transform: uppercase;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: 0 auto;
}
.nav-link:hover {
    color: #e8aa33 !important;
}
.swiper-slide{
    height: 600px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 40px 0 0;
}
.slide_btn{
    display: flex;
    align-items: center;
    gap: 20px;
}
.slide_btn a {
    background: #e8aa33;
    padding: 14px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}
.slider_content h2 {
    margin: 0 0 20px;
    font-size: 50px;
}
a.view_btn {
    background: #212938;
}
.footer {
    background: #1e252f;
}

.ul-footer {
    position: relative;
    z-index: 1;
}
.ul-footer-container {
    max-width: clamp(1010px, 61.59vw, 1172px);
    margin: auto;
    padding: 0 15px;
}
.ul-footer-top {
    background: linear-gradient(0deg, #1e252f 50%, rgba(0, 0, 0, 0) 0);
}
.ul-footer-top-contact-infos {
    background-color: #e8aa33;
    padding: clamp(20px, 1.84vw, 35px) clamp(25px, 2.63vw, 50px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
}
.ul-footer-top-contact-infos a {
    color: #fff;
    text-decoration: none;
}
.ul-footer-top-contact-infos a:hover {
    color: #1e252f;
}
.ul-footer-top-contact-info {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.79vw, 15px);
}
.ul-footer-top-contact-info-icon {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: clamp(48px, 3.31vw, 63px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8aa33;
}
.ul-footer-top-contact-info-icon-inner {
    width: clamp(35px, 2.10vw, 40px);
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-footer-top-contact-info-txt {
    display: flex;
    flex-direction: column;
}
.ul-footer-top-contact-info-label {
    font-size: clamp(12px, 0.74vw, 14px);
    font-weight: 500;
    margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-footer-top-contact-info-address {
    font-size: clamp(17px, 1.05vw, 20px);
    font-weight: 700;
}
.ul-footer-middle {
    padding: clamp(50px, 4.20vw, 80px) 0 clamp(50px, 5.25vw, 100px);
    position: relative;
    background-color: #1e252f;
}
.ul-footer-middle::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #1e252f;
    z-index: -1;
    top: -2px;
}
.ul-footer-middle-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}
.ul-footer-about {
    max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
    margin-bottom: clamp(20px, 1.94vw, 37px);
}
.ul-footer-about > *:last-child {
    margin-bottom: 0;
}
.ul-footer-about .logo {
    max-width: clamp(130px, 9.46vw, 180px);
    margin: 0 auto;
    padding: 0 0 15px;
}
.ul-footer-about-txt {
    font-size: clamp(13px, 0.84vw, 16px);
    color: #d2d2d1;
}
.ul-footer-socials {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.47vw, 9px);
    font-size: clamp(15px, 0.95vw, 18px);
}
.ul-footer-socials a {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: clamp(33px, 1.89vw, 36px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 0.79vw, 15px);
    text-decoration: none;
}
.ul-footer-socials a:hover {
    color: #fff;
    background-color: #e8aa33;
    border-color: #e8aa33;
}
.ul-footer-widget {
    min-width: clamp(110px, 10.51vw, 200px);
}
.ul-footer-widget-title {
    font-weight: 700;
    font-size: clamp(20px, 1.26vw, 24px);
    color: #fff;
    margin-bottom: clamp(13px, 1.37vw, 26px);
    padding-bottom: clamp(8px, 0.68vw, 13px);
    position: relative;
}
.ul-footer-widget-title::before,
.ul-footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #e8aa33;
}
.ul-footer-widget-title::before {
    width: 18px;
}
.ul-footer-widget-title::after {
    left: 24px;
    width: 63px;
}
.ul-footer-widget-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
    display: inline-flex;
    align-items: center;
    color: #d2d2d1;
    font-size: clamp(13px, 0.84vw, 16px);
    position: relative;
    text-decoration: none;
}
.ul-footer-widget-links > *::before {
    content: "\f104";
    font-family: flaticon_charitics !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;
    padding-right: 10px;
}
.ul-footer-widget-links.ul-footer-contact-links a:before{
    display: none;
}
.ul-footer-contact-links a {
    color: #fff;
    gap: clamp(5px, 0.42vw, 8px);
}
.ul-footer-widget-links > *:hover {
    color: #e8aa33;
}
.ul-footer-post {
    display: flex;
    gap: clamp(13px, 0.84vw, 16px);
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer-post .img {
    flex-shrink: 0;
    max-width: clamp(70px, 5.26vw, 80px);
    border-radius: 8px;
    overflow: hidden;
}
.ul-footer-post .img img {
    aspect-ratio: 1/1;
    width: 100%;
}
.ul-footer-post .title a {
    color: #fff;
    font-size: clamp(13px, 0.84vw, 16px);
    font-weight: 600;
}
.ul-footer-top-contact-info-icon-inner i {
    padding: 4px 0 0;
}
.ul-footer .ul-nwsltr-form {
    margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer .ul-nwsltr-form .top {
    background-color: #fff;
    padding: clamp(2px, 0.26vw, 5px);
    border-radius: 8px;
    height: clamp(45px, 2.94vw, 56px);
    display: flex;
}
.ul-footer .ul-nwsltr-form .top input {
    border: none;
    padding: 0 clamp(7px, 0.53vw, 10px);
    font-size: clamp(13px, 0.84vw, 16px);
    width: 100%;
}
.ul-footer .ul-nwsltr-form .top button {
    background-color: #e8aa33;
    color: #fff;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.ul-footer .ul-nwsltr-form .agreement {
    font-size: clamp(13px, 0.84vw, 16px);
    color: rgba(255, 255, 255, 0.6);
    margin-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer-bottom {
    padding: clamp(14px, 1.16vw, 22px) 0;
    background-color: #e8aa33;
}
p.copyright-txt {
    text-align: center;
    margin: 0;
    color: #fff;
}
.ul-about {
    position: relative;
    margin: 70px 0 50px;
}
.ul-about-imgs {
    position: relative;
    z-index: 1;
}
img {
    max-width: 100%;
}
.ul-section-sub-title {
    color: #e8aa33;
    display: inline-block;
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    margin-bottom: clamp(11px, 0.74vw, 14px);
}
.ul-section-sub-title::before {
    content: "";
    width: clamp(9px, 0.63vw, 12px);
    aspect-ratio: 12 / 13;
    background-color: #e8aa33;
    display: inline-block;
    margin-right: clamp(5px, 0.42vw, 8px);
    clip-path: polygon(50.201% 100%, 50.201% 100%, 43.516% 92.661%, 36.628% 85.05%, 29.752% 77.216%, 23.104% 69.205%, 16.897% 61.063%, 11.346% 52.837%, 6.666% 44.574%, 3.072% 36.321%, 0.778% 28.124%, 0% 20.03%, 0% 20.03%, 1.021% 13.336%, 3.769% 7.773%, 7.928% 3.553%, 13.18% 0.892%, 19.207% 0.001%, 25.692% 1.095%, 32.318% 4.387%, 38.766% 10.091%, 44.72% 18.419%, 49.862% 29.586%, 49.862% 29.586%, 50.588% 26.97%, 51.54% 24.272%, 52.71% 21.543%, 54.089% 18.832%, 55.67% 16.19%, 57.445% 13.667%, 59.404% 11.313%, 61.541% 9.179%, 63.846% 7.315%, 66.312% 5.771%, 66.312% 5.771%, 72.015% 3.441%, 77.848% 2.358%, 83.531% 2.515%, 88.788% 3.906%, 93.341% 6.524%, 96.913% 10.364%, 99.224% 15.42%, 99.998% 21.685%, 98.956% 29.153%, 95.822% 37.818%, 95.822% 37.818%, 93.578% 42.409%, 90.817% 47.291%, 87.538% 52.49%, 83.744% 58.034%, 79.435% 63.947%, 74.612% 70.258%, 69.276% 76.993%, 63.428% 84.177%, 57.069% 91.837%, 50.201% 100%);
}
.ul-about .ul-section-title {
    margin-bottom: clamp(5px, 0.68vw, 13px);
}
.ul-section-title {
    font-size: clamp(25px, 2.63vw, 50px);
}
h2.ul-section-title i {
    color: #e8aa33;
}
.ul-about .ul-section-descr {
    margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-section-descr {
    font-size: clamp(13px, 0.84vw, 16px);
    margin-bottom: 0;
    color: #434343;
}
.ul-about-bottom {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2.1vw, 40px);
    flex-wrap: wrap;
}
.ul-btn {
    height: clamp(45px, 2.94vw, 56px);
    background-color: #e8aa33;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(7px, 0.53vw, 10px);
    padding: 0 clamp(6px, 0.47vw, 9px);
    padding-right: clamp(12px, 0.89vw, 17px);
    font-weight: 800;
    font-size: clamp(13px, 0.84vw, 16px);
    position: relative;
    color: #fff;
}
.ul-about-call {
    display: flex;
    gap: clamp(12px, 0.79vw, 15px);
    align-items: center;
}
.ul-about-call .icon {
    width: clamp(42px, 2.73vw, 52px);
    aspect-ratio: 50 / 50;
    border: 1px solid #1e252f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 1.05vw, 20px);
}
.ul-about-call .call-title {
    font-weight: 400;
    display: block;
    color: #434343;
    margin-bottom: 5px;
}
.ul-about-call a {
    font-weight: 700;
    color: #1e252f;
}
i {
    line-height: 14px;
}
.ul-btn i {
    background-color: #fff;
    color: #e8aa33;
    width: clamp(22px, 1.52vw, 29px);
    width: clamp(33px, 2.1vw, 40px);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: all 0.3s ease;
    font-size: clamp(10px, 0.68vw, 13px);
}
section.donatembr {
    background-image: url(../img/clear-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 100px;
}
.donatembr:before {
    content: '';
    background-image: url(../img/overbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 80px;
}

.swiper-pagination-bullet-active {
    background: #e8aa33 !important;
}
.imageslide {
    background-image: url(../img/vert-07.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 90% auto;
    width: 70%;
}
.imagebox {
    display: flex;
}
.leftvectimg {
    width: 30%;
    padding: 110px 0 0;
}
.deoncontent h2 i{
    color: #e8aa33;
}
.deoncontent h2 {
    font-size: 60px;
}
.deoncontent a {
    background: #e8aa33;
    padding: 14px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    display: inline-block;
}
.deoncontent {
    padding: 80px 0 0;
}
.ul-breadcrumb {
    background: url(../img/slide2.jpg) no-repeat center center;
    background-size: cover;
    padding: clamp(50px, 9.98vw, 190px) 0 clamp(40px, 9.46vw, 180px);
    text-align: center;
    position: relative;
    z-index: 1;
}

.donationbre{
     background: url(../img/slide2.jpg) !important;
     background-size: 100% 100% !important;
}
.ul-breadcrumb-title {
    font-weight: 900;
    font-size: clamp(30px, 4.2vw, 80px);
    color: #fff;
    line-height: 1.3;
    margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-breadcrumb-nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px, 0.84vw, 16px);
    font-weight: 500;
    gap: 3px;
    color: #fff;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: clamp(6px, 0.47vw, 9px) clamp(18px, 1.26vw, 24px);
}
.ul-breadcrumb-nav li {
    display: inline-flex;
}
.ul-breadcrumb-nav a {
    color: #fff;
}
.ul-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(30 37 47 / 39%);
    z-index: -1;
    pointer-events: none;
}
.imageslide {
    display: flex;
    justify-content: end;
    align-items: end;
}
.revmySwiper .swiper-slide {
    height: 260px !important;
    padding: 27px 0 0;
}
.revmySwiper {
    background: white;
    max-width: 350px;
    text-align: center;
    left: -22px;
}

.quote {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.name {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.location {
  font-size: 14px;
  color: #777;
}

.swiper {
  padding: 40px 0;
}

.swiper-pagination-bullet {
  background: orange;
}
a.donate_btn:hover {
    background: transparent;
    border: 1px solid #fff;
}




@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (max-width:767px) {
span.barsc {
    width: 25px;
    height: 2px;
    display: block;
    background: #e8aa33;
    margin: 5px 0px;
    border: none !important;
}
.navbar-nav a {
    color: #222222;
    font-size: 16px;
    align-self: center;
    font-weight: 400;
    text-decoration: none;
}
a.donate_btn {
    display: none;
}
.header_mid {
    margin: 0;
}
button.navbar-toggler {
    border: 1px solid #e8aa33;
}
.btnclose {
    border: none;
    background: transparent;
    color: #999999;
}
.slider_content {
    margin: 30px 0 0;
}
.swiper-slide {
    height: 380px !important;
}
.slider_content h2 {
    margin: 0 0 15px;
    font-size: 24px;
}
.slider_content h2 br {
    display: none;
}
.slider_content p {
    margin: 0;
}
.slide_btn a {
    padding: 10px 15px;
    font-size: 14px;
}
.deoncontent h2 {
    font-size: 24px;
}
.deoncontent h2 br {
    display: none;
}
.deoncontent {
    padding: 30px 0 0;
}
section.donatembr {
    padding: 0px 0 50px;
}
.ul-footer-top-contact-infos {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ul-footer-middle-wrapper {
        flex-wrap: wrap;
}
.revmySwiper {
    width: 180px;
    margin: 0 17px 0 0 !important;
}
.img-wrapper img{
    height: auto !important;
}
}



