/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
html, body {
    overflow-x: hidden;
}
body * {
    font-family: "Poppins", sans-serif;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: unset;
}
img {
    width: 100%;
}
/* Header Css */
header.header-row {
    padding: 0 159px;
}
nav.navbar {
    padding: 10px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #474747;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 8px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #3C3C3C;
}
.navbar-expand-lg .navbar-nav .nav-link.w-btn {
    padding: 16px 37px;
}
.navbar-expand-lg .navbar-nav .nav-link.w-btn:hover {
    color: #fff;
}
/* Banner Css */
section.banner-row {
    background: #DD2F34;
    padding: 50px 59px 50px 159px;
    position: relative;
    z-index: 1;
}
section.banner-row:before {
    content: "";
    background-image: url(../images/banner-overlay.png);
    width: 1234px;
    height: 522px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 119px;
}
section.banner-row:after {
    content: "";
    background-image: url(../images/banner-after.png);
    width: 449px;
    height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 165px;
    z-index: -1;
}
.banner-sec h3 {
    color: #FFCE45;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.banner-sec p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
    margin-bottom: 19px;
}
section.banner-row img {
    width: 95%;
    margin: auto;
    display: table;
    margin-right: 0;
}
.w-btn {
    border-radius: 25.5px;
    background: #FFCE45;
    border: 0;
    padding: 16px 37px;
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.clr-btn {
    background: #FEFEFE;
    padding: 16px;
    margin-left: 12px;
}
.w-btn:hover {
    background: #3b3b3b;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -webkit-transform: translateY(-3px);
    color: #fff;
}
/* Donation Css */
section.donation-row {
    padding: 120px 126px 100px;
    background: #FEF2F2;
}
.donation-sec {
    border-radius: 23.462px;
    background: #FFF;
    box-shadow: 0 0 156.41px 0 rgba(18, 18, 18, 0.08);
    text-align: center;
    padding: 39px 24px;
}
.donation-sec h3 {
    color: #DD2F34;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.donation-sec h3:before {
    content: "";
    width: 7.821px;
    height: 7.821px;
    background: #DD2F34;
    border-radius: 50px;
    display: block;
    margin-right: 7.821px;
}
.donation-sec h2 {
    color: #121212;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.doantion-goal-sec {
    position: relative;
    margin-bottom: 24px;
}
.donation-progress-sec {
    border-radius: 7.821px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    width: 97%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 35px 12px 11px 12px;
    z-index: 1;
}
.donation-progress-sec .fillmult {
    height: 100%;
    width: 0;
    background-color: #DD2F34;
    border-radius: 4px;
    line-height: 30px;
    text-align: left;
    height: 4px;
}
.donation-progress-sec .fillmult span {
    position: absolute;
    top: 12px;
    color: #121212;
    font-size: 14px;
    line-height: 20px;
}
.donation-progress-sec .fillmult span b {
    font-family: 'Merriweather';
    font-weight: 400;
}
.donation-progress-sec:before {
    content: "";
    background: #F7F2ED;
    height: 4px;
    width: 90%;
    position: absolute;
    left: 13px;
    right: 0;
    z-index: -1;
    border-radius: 7.821px;
}
.donation-progress-sec span.perc {
    position: absolute;
    right: 12px;
    top: 11px;
    color: #121212;
    font-family: Merriweather;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.donation-sec p {
    color: #575757;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.donation-sec a {
    display: table;
    align-items: center;
    border-bottom: 1px solid;
    margin: auto;
    color: #121212;
    font-family: Merriweather;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 23px;
}
.donation-sec a img {
    width: 9px;
    height: 10px;
    object-fit: cover;
    position: relative;
    top: -2px;
}
/* About Css */
section.about-row {
    background: #FEF2F2;
    padding: 0 126px 80px;
}
.about-page h3 {
    color: #DB2F34;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.w-sec h2 {
    color: #272727;
    font-size: 64px;
    font-weight: 600;
    line-height: 74px;
    text-transform: capitalize;
}
.about-lft-sec h2 {
    width: 85%;
}
.w-sec p {
    color: #737373;
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.about-rgt-sec p {
    width: 75%;
    margin: auto;
    margin-right: 0;
}
.about-sec {
    margin: 50px 0 60px;
}
section.about-row .row:last-child .about-rgt-sec p {
    margin: 0;
    width: 83%;
}
.about-counter-sec h2 {
    color: #272727;
    font-size: 105px;
    font-weight: 600;
    line-height: 105px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.about-counter-sec h2:after {
    content: "+";
}
.about-counter-sec p {
    color: #272727;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}
section.about-row .row:last-child .col-lg-4:first-child .about-counter-sec h2:after {
    content: "k";
}
.about-counter-sec * {
    transition: all 0.3s linear;
}
.about-counter-sec:hover * {
    color: #DD2F34;
    cursor: pointer;
}
section.about-row .row:last-child .col-lg-8:last-child {
    border-top: 1.333px solid #E6D6C7;
    padding-top: 42px;
}
/* Services Css */
section.services-row {
    border-radius: 110px 110px 0 0;
    background: #FFCE45;
    position: relative;
    padding: 75px 0 60px;
}
section.services-row:before {
    content: "";
    background: #FEF2F2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.services-head h2 {
    width: 55%;
    margin: auto;
}
.services-head {
    margin-bottom: 40px;
}
.services-sec {
    border-radius: 31.601px;
    background: #FFF;
    padding: 21px 38px 21px 21px;
    display: flex;
    align-items: center;
}
section.services-row .container-fluid {
    padding: 0;
}
.services-sec .lft-sec {
    width: 40%;
    position: relative;
}
.services-sec .rgt-sec {
    width: 53%;
    margin-left: 99px;
}
.services-sec .lft-sec span {
    border-radius: 105.336px;
    background: #F7F2ED;
    position: absolute;
    top: 21px;
    left: 21px;
    padding: 10.534px 21.067px;
    color: #575757;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.services-sec .lft-sec span:before {
    content: "";
    width: 10.534px;
    height: 10.534px;
    background: #575757;
    border-radius: 50px;
    display: block;
    margin-right: 10.534px;
}
.services-sec .lft-sec img {
    width: 100%;
    height: 684.683px;
    border-radius: 30px;
}
.services-sec .rgt-sec h3 {
    color: #DD2F34;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.services-sec .rgt-sec h2 {
    color: #434343;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.732px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.services-sec .rgt-sec p {
    color: #797979;
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    margin-bottom: 28px;
}
.services-sec .rgt-sec .clr-btn {
    background: #3B3B3B;
    color: #fff;
    padding: 17px 40px;
}
#slider-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: visible !important;
}
#slider-wrapper .slick-list {
  padding: 0 150px !important;
}
.slide {
  position: relative;
  border-right: 20px solid #ffd053;
  border-left: 20px solid #ffd053;
}
.slide img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 50px;
}
.slick-dots li button {
    width: 0;
    height: 0;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #DD2F3480;
    border-radius: 50px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #DD2F34;
    width: 64px;
}
.slick-dots li.slick-active {
    width: 64px;
}
/* Testimonials Css */
section.testimonials-row {
    background: #DD2F34;
    padding: 64px 0 110px;
}
section.testimonials-row .container-fluid {
    padding: 0;
}
.testi-head {
    margin-bottom: 58px;
}
.testi-head h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-transform: capitalize;
}
.testi-head h2 {
    color: #fff;
    width: 55%;
    margin: auto;
}
.testimonials-sec {
    border-radius: 21.333px;
    background: #FFF;
    box-shadow: 0 0 213.333px 0 rgba(18, 18, 18, 0.08);
    margin: 0 11px;
    padding: 64px 70px;
}
.testimonials-sec img.author {
    width: 106.667px;
    height: 106.667px;
    margin-bottom: 30px;
}
.testimonials-sec img {
    width: 38px;
    height: 32px;
    margin-bottom: 30px;
}
.testimonials-sec p {
    color: #575757;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.testimonials-sec h4 {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}
/* CTA Css */
section.cta-row {
    background-image: url(../images/cta-bg.jpg);
    padding: 218px 126px 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-head {
    margin-bottom: 52px;
}
.cta-head img {
    margin: auto;
    display: table;
    width: 51%;
}
.cta-inner-row {
    border-radius: 21.333px;
    border: 3px solid #FFF;
    background: rgba(209, 209, 209, 0.30);
    backdrop-filter: blur(12.5px);
    padding: 84px 151px 84px 92px;
}
.cta-sec h2 {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    text-transform: capitalize;
}
.cta-sec .form-group {
    margin-bottom: 16px;
}
.cta-sec form {
    width: 70%;
    margin: auto;
    margin-right: 0;
}
.cta-sec .form-group input {
    border-radius: 28.383px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    height: 60px;
    padding-left: 45px;
    color: #FFF;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}
.cta-sec .form-group input::placeholder {
    color: #fff;
}
.cta-sec .clr-btn {
    padding: 17px 62px;
    font-size: 17px;
}
/* Contact Css */
section.contact-row {
    padding: 106px 0;
    position: relative;
}
section.contact-row:before {
    content: "";
    background-image: url(../images/contact-bg-overlay.png);
    width: 1406px;
    height: 594px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 185px;
}
.contact-sec h3 {
    text-align: center;
}
.contact-sec h2 {
    text-align: center;
    margin-bottom: 46px;
}
.contact-sec form {
    width: 65%;
    margin: auto;
}
.contact-sec .form-group {
    margin-bottom: 22px;
}
.contact-sec .form-group input, .contact-sec .form-group select {
    border-radius: 60px;
    border: 1.643px solid #353535;
    height: 70px;
    padding-left: 35px;
    color: #353535;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.contact-sec .form-group input::placeholder {
    color: #353535;
}
.contact-sec .checkbox-container input[type="checkbox"] {
    width: 24px;
    height: 21px;
    border-radius: 8px !important;
    border: 1.643px solid #353535;
}
.contact-sec .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-sec .checkbox-container label {
    color: #353535;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    margin-left: 17px;
}
.contact-sec .w-btn {
    width: 100%;
    font-size: 20px;
    height: 70px;
    border-radius: 50px;
}
/* Footer Css */
footer.footer-row {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 0;
}
.footer-sec img:first-child {
    height: 103px;
    object-fit: scale-down;
    margin-bottom: 35px;
}
.footer-sec ul li {
    display: inline-block;
    margin: 0 13px;
}
.footer-sec ul {
    margin-bottom: 23px;
}
.footer-sec ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.footer-sec p {
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    width: 65%;
    margin: 0 auto 24px;
}
.footer-sec ul.details {
    margin-bottom: 60px;
}
.footer-sec ul.details li {
    margin: 0 20px;
    text-align: left;
}
.footer-sec ul.details li a {
    display: flex;
}
.footer-sec ul.details li a img {
    width: 21px;
    height: 21px;
    object-fit: scale-down;
    margin-right: 20px;
    margin-bottom: 0;
}
/* Copyright Css */
.copyright-row {
    background: #FFCE45;
    padding: 8px 0;
}
.copyright-sec p {
    margin: 0;
    color: #343332;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
.copyright-sec p a {
    color: #343332;
}
/* Inner Pages Css */
section.inner-banner-row {
    background: #DD2F34;
    padding: 140px 0;
}
section.inner-banner-row:before {
    display: none;
}
section.inner-banner-row::after {
    top: 0;
}
section.about-page-row {
    padding: 80px 126px;
}
section.testimonials-page-row {
    border-radius: 110px 110px 0 0;
    background: #FFCE45;
}
section.testimonials-page-row .testi-head h3 {
    color: #DD2F34;
}
section.testimonials-page-row .testi-head h2 {
    color: #3C3C3C;
}
/* Login Css */
section.login-row {
    padding: 80px 0 0;
}
.login-sec h2 {
    margin-bottom: 5px;
    text-align: center;
}
.register-sec h2 {
    margin-bottom: 30px;
}
.login-sec p {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.login-sec .form-group {
    margin-bottom: 24px;
}
.login-sec .form-group label {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}
.login-sec .form-group input {
    background: #F7F8FA;
    height: 59px;
    border: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}
.login-sec button.w-btn {
    display: table;
    margin: 0 auto 25px;
    padding: 16px 60px;
}
.login-sec p a {
    color: #d6031f;
    text-decoration: underline;
}
   
.service-content ul { 
    list-style: disc; 
    margin-left: 20px; 
}
.service-content h4, 
.service-content h5 { 
    margin-top: 1.5rem; 
    font-weight: bold; 
    color: #333; 
}
.service-description p { 
    margin-bottom: 1rem; 
    line-height: 1.7; 
}
.service-description.mt-4 {
    padding: 5px;
    line-height: 35px;
    color: black !important;
    font-size: 18px;
}



.about-page p {
    color: #737373;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.about-page h2{
    color: #272727;
    font-size: 64px;
    font-weight: 600;
    line-height: 74px;
    text-transform: capitalize
}
.service-name {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}
.service-name:hover {
    color: #0056b3;
    text-decoration: underline;
}
/* Modal Container */
.custom-modal {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  animation: modalFadeIn 0.4s ease;
}

/* Modal Header */
.custom-modal .modal-header {
 background: linear-gradient(135deg, #df1515, #e9e9e9);
  color: #fff;
  padding: 1.25rem;
}

.custom-modal .modal-title {
  font-size: 1.4rem;
}

/* Modal Body */
.custom-modal .modal-body {
  font-family: 'Merriweather', serif;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  padding: 2rem;
  background-color: #fdfdfd;
}

/* Modal Footer */
.custom-modal .modal-footer {
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
}

/* Buttons */
.custom-modal .btn {
  font-weight: 500;
  transition: all 0.3s;
}

.custom-modal .btn-primary:hover {
  background: #0056d2;
}

.custom-modal .btn-secondary:hover {
  background: #6c757d;
  color: #fff;
}

/* Animation */
@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

img#ceo-image {
    border: 5px solid #524e4e;
    border-radius: 30px !important;
}
body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 10px !important;
}