* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1320px;
}

@font-face {
    font-family: 'Libre Caslon Text';
    src: url('../fonts/LibreCaslonText-Regular.woff') format('woff2'),
        url('../fonts/LibreCaslonText-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --nav-bg: #9aaa7c;
    --bg: #f4fde4;
    --primary: #e06957;
    --secondary: #821505;
    --black-color: #000;
    --white-color: #fff;
    --footer-color: #2b3e07;
    --text-color: #768756;
    --silver: #646464;
    --help-bg: #f8f5ef;

}

.primary {
    color: var(--text-color);

}

h1 {
    font-family: Libre Caslon Text;
    font-size: 62px;
    font-weight: 600;
    line-height: 76px;
}

h2 {
    font-family: Libre Caslon Text;
    font-size: 52px;
    font-weight: 600;
    line-height: 63px;
}

h3 {
    font-family: Libre Caslon Text;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
}

h4 {
    font-family: Libre Caslon Text;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

h5 {
    font-family: Libre Caslon Text;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

h6 {
    font-family: Libre Caslon Text;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

body {
    font-family: Libre Caslon Text;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.btns {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.btns .theme-button .btn-1 {
    text-decoration: none;
    width: 100%;
    max-width: 193px;
    color: var(--white-color);
    background-color: var(--primary);
    border: 1px solid rgba(130, 21, 5, 1);
    padding: 10px 30px;
    border-radius: 5px;
}

.btns .theme-button .btn-1:hover {
    color: var(--black-color);
    background-color: transparent;
    transition: 0.5s;
}

.theme-button .btn-1 {
    text-decoration: none;
    width: 100%;
    max-width: 193px;
    color: var(--white-color);
    background-color: var(--primary);
    border: 1px solid rgba(130, 21, 5, 1);
    padding: 10px 30px;
    border-radius: 5px;
}

.theme-button .btn-1:hover {
    color: var(--black-color);
    background-color: transparent;
    transition: 0.5s;
}

.btns .theme-button .btn-2 {
    text-decoration: none;
    width: 100%;
    max-width: 193px;
    color: var(--black-color);
    background-color: transparent;
    border: 1px solid rgba(130, 21, 5, 1);
    padding: 10px 30px;
    border-radius: 5px;
}

.btns .theme-button .btn-2:hover {
    color: var(--white-color);
    background-color: var(--primary);
    transition: 0.5s;
}

.section-wrapper {
    padding: 100px 0;
}


/* ============= components ==================== */

.banner {
    padding: 165px 0;
    background-image: url(../images/banner-bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .item-1 {
    width: 100%;
    max-width: 596px;
    margin-bottom: 20px;
}

.banner .item-1 h6 {
    color: var(--secondary);
    margin-bottom: 6px;
}

.banner .item-1 h1 {
    margin-bottom: 20px;
}

.banner .item-1 p {
    color: var(--silver);
    margin-bottom: 20px;
}


.banner .item-2 {
    text-align: center;
}

.banner .item-2 img {
    width: 100%;
    max-width: 511px;
    height: auto;
}


/* Home-page banner end here */



/* Home-page card-section start here */

.card-section .row {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
}

.card-section .main-item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
}

.card-section .main-item .item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
}

.card-section .main-item img {
    max-width: 100px;
    margin-bottom: 15px;
}

.card-section .main-item h5 {
    margin: 10px 0;
}

.card-section .main-item p {
    flex-grow: 1;
}





.card-section {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.card-section .main-item .item {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.card-section .main-item .item img {
    background-color: var(--white-color);
    width: 100%;
    max-width: 106px;
    height: auto;
    margin-bottom: 30px;
}

.card-section .main-item .item h5 {
    margin-bottom: 20px;
}

.card-section .main-item .item p {
    color: var(--silver);
}

/* Home-page card-section end here */


/* Home-page latest start here */

.latest {
    background-color: var(--bg);
}

.latest .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.latest .item-1 {
    text-align: center;
    height: 100%;
    margin: 0 8px;
}

.latest .item-1 .latest-video {
    width: 100%;
    max-width: 550px;
    height: 100%;
    border: 3px dashed var(--secondary);
    border-radius: 10px;
}

.latest .item-2 {
    margin: 0 auto;
    margin: 0 8px;
}

.latest .item-2 {
    width: 100%;
    max-width: 550px;
}

.latest .item-2 .btns .theme-button .btn-1 {
    display: inline-block;
}

.latest .item-2 h6 {
    color: var(--secondary);
    margin-bottom: 6px;
}

.latest .item-2 h2 {
    margin-bottom: 30px;
}

.latest .item-2 p {
    margin-bottom: 20px;
}


/* Home-page latest end here */


/* Home-page about-1 start here */

.about .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


.about .item-1 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.about .item-1 h6 {
    color: var(--secondary);
    margin-bottom: 6px;
}

.about .item-1 h2 {
    margin-bottom: 30px;
}

.about .item-1 p {
    color: var(--silver);
    margin-bottom: 20px;
}

.about .item-2 {
    text-align: center;
}

.about .item-2 img {
    width: 100%;
    max-width: 550px;
}


.about-count .item {
    margin-bottom: 20px;
    padding: 40px 0px;
    text-align: center;
    border: 3px solid rgba(130, 21, 5, 1);
}

/* Home-page about-1 end here */


/* Home-page blog start here */

.blog {
    background-color: var(--bg);
}

.blog .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.blog .section-title h2 {
    text-align: center;
    margin-bottom: 50px;
}

.blog .main-item .item {
    background-color: var(--white-color);
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 352px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--secondary);
}

.blog .main-item .item:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    transition: 0.4s;
}

.blog .main-item .item img {
    width: 100%;
    max-width: 312px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
}

.blog .main-item .item h6 {
    margin-bottom: 20px;
}

.blog .main-item .item p {
    margin-bottom: 20px;
}

.blog .main-item .item a {
    text-decoration: none;
    color: var(--primary);
}

/* Home-page blog end here */


/* Home-page help start here */

.help {
    padding-bottom: 100px;
}

.help .section-title {
    text-align: center;
}

.help .section-title h6 {
    color: var(--secondary);
    margin-bottom: 6px;
}

.help .section-title h2 {
    margin-bottom: 50px;
}

.help .my-slider {
    padding: 0 70px;
}

.help .main-item .item img {
    width: 100%;
    max-width: 75px;
    height: auto;
}

.help .slick-initialized .slick-slide {
    background-color: var(--help-bg);
    width: 100%;
    max-width: 170px;
    height: 100%;
    max-width: 170px;
    padding: 30px;
    border-radius: 20px;
    margin: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help .my-slider .slick-dots {
    margin: 50px 0 50px -70px;
}

.help .my-slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px auto;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: var(--secondary);
}

.help-2 .my-slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px auto;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: var(--secondary);
}

.help .my-slider .slick-dots li.slick-active button:before {
    opacity: 100;
    color: var(--text-color);
}


.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* Home-page help end here */


/* Home-page team start here */

.team {
    background-color: var(--bg);
}

.team .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.team .section-title h2 {
    text-align: center;
    margin-bottom: 50px;
}

.team .item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.team .item img {
    width: 100%;
    max-width: 360px;
    height: auto;
}

.team .item .box {
    z-index: 2;
    margin: -65px auto 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 33px 0;
    text-align: center;
    background: var(--white-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-top: 12px solid var(--primary);
    position: relative;
}

.team .item .box p {
    margin-bottom: 0px;
}

/* Home-page team end here */


/* Home-page testimonials start here */



.testimonials .section-title h2 {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials .main-item {
    width: 100%;
    max-width: 902px;
    margin: 0 auto;

}

.testimonials .item {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.testimonials .item p {
    margin-bottom: 30px;
}

.testimonials .item .profile {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    align-items: center;
}


.testimonials .my-slider {
    padding: 0 70px;
}

.testimonials .main-item .item .profile img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border: 2px solid var(--secondary);
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonials .slick-initialized .slick-slide {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.testimonials .test-slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px auto;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: var(--secondary);
}

.testimonials-2 .test-slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px auto;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 100;
    color: var(--secondary);
}

.testimonials .test-slider .slick-dots li.slick-active button:before {
    opacity: 100;
    color: var(--text-color);
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* Home-page testimonials end here */


/* footer start here */

footer {
    margin-top: 50px;
    background-image: url(../images/bg-footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 62px 0;
}

footer .item-1 {
    width: 100%;
    max-width: 329px;
    margin: 0 auto;
}

footer .item-1 img {
    width: 100%;
    max-width: 196px;
    height: auto;
}

footer .item-1 p {
    margin: 25px 0;
    color: var(--silver);
}

footer .item-1 .media-icon a i {
    font-size: 35px;
    color: var(--secondary);
}

footer .item-1 .media-icon a .le {
    margin-left: 10px;
}

footer .item-2 {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

footer .item-2 h6 {
    color: var(--footer-color);
    margin-bottom: 15px;
}

footer .item-2 ul {
    list-style-type: none;
    padding: 0;
}

footer .item-2 ul li a {
    text-align: left;
    color: var(--black-color);
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

footer .item-2 .box ul li a:hover {
    color: var(--primary);
    transition: 0.5s;
}

footer .item-3 {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

footer .item-3 h6 {
    color: var(--footer-color);
    margin-bottom: 20px;
}

footer .item-3 ul {
    list-style-type: none;
    padding: 0;
}

footer .item-3 ul li a {
    color: var(--black-color);
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
}

footer .item-3 .box ul li a:hover {
    color: var(--primary);
    transition: 0.5s;
}

footer .item-3 .touch i {
    font-size: 20px;
    color: var(--secondary);
    margin-right: 15px;
}

.footer-last p {
    text-align: center;
    background-color: var(--footer-color);
    padding: 25px 5px;
    color: var(--white-color);
    margin-bottom: 0px;
    line-height: 30px;
}

/* footer end here */


/* Home page-2 start here */


/* Home page-2 banner-2 start here */

.banner-2 {
    background-image: url(../images/bg-hero-2.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 50px 0 0 0;
    position: relative;
}

.banner-2 .item-3 img {
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 270px;
    z-index: 1;
}

.banner-2 .item-1 {
    padding-top: 100px;
    position: relative;
    z-index: 2;
}


.banner-2 .item-2 {
    position: relative;
    top: 0px;
    z-index: 0;
}

.banner-2 .item-2 img {
    width: 100%;
    max-width: 743px;
    height: auto;
}



/* Home page-2 banner-2 end here */

/* card-section start here */

.cs-2 {
    margin-top: 100px;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.cs-2 .main-item {
    margin-bottom: 24px;
}

.cs-2 .main-item .item {
    background-color: var(--white-color);
    box-shadow: 0px 0px 18px 0px #00000033;
    width: 100%;
    max-width: 360px;
    height: auto;
    padding: 78px 22px 20px 22px;
    border-radius: 10px;
    text-align: center;
    z-index: -1;
    margin: -50px auto 0 auto;
    position: relative;
}


.cs-2 .row {
    display: flex;
    flex-wrap: wrap;
}

.cs-2 .main-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cs-2 .item-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.cs-2 .item {
    text-align: center;
    margin-bottom: 30px !important;
}




.cs-2 .main-item .item h5 {
    margin-bottom: 20px;
}

.cs-2 .main-item .item-img {
    background-color: var(--white-color);
    border: 3px solid var(--text-color);
    width: 100%;
    max-width: 180px;
    border-radius: 6px;
    padding: 20px;
    margin: 0 auto;
}


.cs-2 .main-item .item-img img {
    width: 100%;
    max-width: 96px;
}

/* card-section end here */


/* lat-video start here */

.latest-2 .main-box {
    text-align: center;
}

.latest-2 .main-box .item-1 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    height: 100%;
}

.latest-2 .main-box .item-1 .lat-video {
    border-radius: 10px;
    width: 100%;
    max-width: 794px;
    height: 486px;

}

.latest-2 .main-box .item-2 {
    text-align: center !important;
    margin: 0 auto;
    background-color: var(--bg);
    width: 100%;
    max-width: 1140px;
    padding: 200px 40px 50px 40px;
    box-shadow: 0px 0px 20px 0px #0000004D;
    border-radius: 10px;
    position: relative;
    margin-top: -150px;
    z-index: 1;
}

.latest-2 .main-box .item-2 h6 {
    color: var(--secondary) !important;
    margin-bottom: 6px;
}

.latest-2 .main-box .item-2 h2 {
    margin-bottom: 30px;
}

.latest-2 .main-box .item-2 p {
    color: var(--silver);
    margin-bottom: 20px;
}

/* lat-video end here */


/* about-2 start here */

.about-2 {
    background-image: url(../images/bg-about-us.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-2 .item-2 img {
    width: 100%;
    max-width: 512px;
    height: auto;
}

.about-2 .item-1 {
    margin-top: 80px;
}

.ac-2 {
    background-image: url(../images/bg-stetistics.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.ac-2 .item {
    border: none;
    margin: 50px 0;
    padding: 0;
}


/* about-2 end here */


/* blog-2 start here */

.blog-2 {
    background-color: white;
}

.blog-2 .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* blog-2 end here */


/* help-2 start here */

.help-2 {
    background-image: url(../images/bg-our-partners.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.help-2 .main-item .item {
    background-color: var(--white-color);
    border: 2px solid #768756;
    box-shadow: 0px 0px 2px 0px #00000008 inset;

    box-shadow: 0px 0px 10px 0px #0000000A;

}

/* help-2 end here */

/* team-2 start here */

.team-2 {
    background-color: white;
}

.team-2 .item .box {
    /* margin-top: 0px;
    height: 128px; */
    z-index: -1;
    width: 100%;
    max-width: 360px;
    padding-top: 80px;
    padding-bottom: 10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid var(--primary);
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}

/* team-2 end here */

/* testimonials-2 start here */
/* .testimonials-2 {
    background-image: url(../images/bg-section-testimonial-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
} */

/* testimonials-2 end here */
/* Home page-2 end here */


/* About page start here */

/* About hero-section start here */

.hero-section {
    background-image: url(../images/about-hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 205px 0;
}

.hero-section .item h1 {
    text-align: center;
    color: var(--white-color);
}

.about-donate {
    background-color: var(--bg);
    width: 100%;
    height: auto;
}

.about-donate .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.about-donate .item-1 {
    margin-bottom: 20px;
    text-align: center;
    margin: 0 8px 20px 8px;
}

.about-donate .item-1 img {
    max-width: 550px;
    width: 100%;
    border-radius: 20px;
}

.about-donate .item-2 {
    margin: 0 8px;
}

.about-donate .item-2 h6 {
    color: var(--secondary);
}

.about-donate .item-2 h2 {
    margin-bottom: 30px;
}

.about-donate .item-2 p {
    margin-bottom: 40px;
    color: var(--silver);
}

.turn-back {
    padding-top: 0;
}

.turn-back .item {
    position: relative;
    height: 100%;
}

.turn-back .about-video {
    width: 100%;
    height: 662px;
}

.turn-back .item h2 {
    text-align: center;
    color: var(--white-color);
    /* color: black; */
    /* position: absolute;
    top: 75%;
    left: 57%;
    transform: translate(-75%, -57%); */
    margin: -250px auto 0 auto;
    width: 100%;
    max-width: 579px;
}

.t-back .item {
    position: relative;
    text-align: center;
}

.t-back .item .about-vi {
    width: 100%;
    /* max-width: 1990px; */
    height: 662px;
    height: auto;
    max-height: 992px;
    object-fit: cover;
    object-position: top;
}

.t-back .item h2 {
    text-align: center;
    color: var(--white-color);
    width: 100%;
    max-width: 579px;
    margin: 0 auto;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}

/* About hero-section end here */

/* about-navbar start here */

header {
    background-color: var(--nav-bg);
}

header .navbar-brand img {
    width: 100%;
    max-width: 196px;
    height: auto;
}

header .collapse ul li {
    padding: 0 8px;
}

header .collapse ul li a {
    color: var(--white-color);
}

header .collapse ul li a:hover {
    transition: 0.4s;
    color: var(--white-color);
}

header .collapse .dropdown-menu {
    /* color: var(--white-color); */
    background-color: var(--nav-bg);
    text-align: center;
    border: 0;
}

header .collapse .dropdown-menu .dropdown-item:hover {
    background-color: var(--nav-bg);
}

header form {
    margin: 18px 0;
}

header .navbar-nav .active {
    border-bottom: 2px solid var(--secondary);
}

header .navbar-nav li a {
    border-bottom: 2px solid transparent;
}

header .navbar-nav li a:hover {
    transition: 0.4s;
    border-bottom: 2px solid var(--secondary);
}


.navbar-toggler:focus,
.navbar-toggler:active,
.fa-solid:focus {
    outline: none;
    box-shadow: none;
}

/* about-navbar end here */

/* about faq start here */

.faq {
    background-color: var(--bg);
}

.faq .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.faq .item {
    text-align: center;
}

.faq .item h6 {
    color: var(--secondary);
}

.faq .item h2 {
    margin-bottom: 50px;
}

.faq .accordion button {
    background-color: var(--bg);
    font-size: 30px;
    color: var(--black-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}


.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/minus-solid.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-solid.svg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus-solid.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq .accordion button:hover {
    color: var(--primary);

}

.faq .accordion .accordion-body {
    background-color: var(--bg);
}

/* about faq end here */

/* About page end here */

/* service page start here */

.services {
    background-image: url(../images/service-banner.webp);
}

.service-card .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.service-card .item {
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 3px 2px 15px 0px #00000033;
    width: 100%;
    max-width: 360px;
}

.service-card .item img {
    margin-bottom: 30px;
}

.service-card .item h6 {
    margin-bottom: 20px;
}


.service-card .item p {
    color: #65615A;
}

.donate-video {
    background-color: var(--bg);
}

.donate-video .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.donate-video .item-1 {
    text-align: center;
    height: 100%;
    margin: 0 8px;
}

.donate-video .videoss {
    width: 100%;
    max-width: 531px;
    height: 453px;
    border-radius: 8px;
    border: 2px dashed var(--secondary);
}

.donate-video .item-1 {
    margin-bottom: 20px;
}

.donate-video .item-2 {
    margin: 0 8px;
}

.donate-video .item-2 h2 {
    margin-bottom: 30px;
}

.donate-video .item-2 p {
    color: var(--silver);
    margin-bottom: 20px;
}

.donate-video .item-2 .p-bar {
    margin-bottom: 30px;
}

.donate-video .item-2 .p-bar p {
    color: var(--secondary);
    margin-bottom: 9px;
}

.donate-video .item-2 .p-bar .box {
    display: flex;
    justify-content: space-between;
}

.donate-video .item-2 .p-bar .box p {
    margin-top: 9px;
    color: var(--black-color);
}

.progress-bar {
    background-color: var(--primary);
}

/* service page end here */

/* team page start here */

.team-banner {
    background-image: url(../images/team-banner.webp);
}

.meet-team .section-title h2 {
    text-align: center;
    margin-bottom: 50px;
}

.meet-team {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.meet-team .item {
    margin: 0 auto 20px auto !important;
    width: 100%;
    max-width: 371px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.meet-team .item img {
    width: 100%;
    max-width: 331px;
    height: auto;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.meet-team .item .box {
    border-top: 10px solid var(--primary);
    text-align: center;
}

.meet-team .item h6 {
    margin-top: 16.5px;
    margin-bottom: 10px;
}

.meet-team .item p {
    margin-bottom: 20px;
}

.meet-team .item .box .icons i {
    font-size: 20px;
    color: var(--white-color);
    background-color: var(--secondary);
    border-radius: 4px;
    padding: 15px;
    margin: 0 5px;
    max-width: 50px;
    width: 100%;
    height: auto;
}

.meet-team .item .box .icons i:hover {
    transition: 0.5s;
    color: var(--bg);
}

/* team page end here */


/* Blog page start here */

.blog-banner {
    background-image: url(../images/blog-banner.webp);
}

.blog-page {
    background-color: var(--white-color);
}

.blog-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.blog-page .item {
    border: 1px solid #821505;
    margin-bottom: 42px !important;

}

.blog-page .item:hover {
    cursor: pointer;
}

.blog-details .main-box .item .user-img {
    margin-bottom: 20px;
}

.blog-details .main-box .item .user-img img {
    /* max-width: 620px; */
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.blog-details .main-box .item .date-content {
    display: flex;
    gap: 30px;
    align-content: center;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.blog-details .main-box .item .date-content .box {
    display: flex;
    gap: 14px;
    align-content: center;
}

.blog-details .main-box .item .date-content .box i {
    font-size: 22px;
    color: var(--secondary);
}

.blog-details .main-box .item .content h6 {
    margin-bottom: 14px;
    color: var(--secondary);
}

.blog-details .main-box .item .content p {
    color: var(--silver);
    margin-bottom: 30px;
}

.blog-details .main-box-2 .item {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.blog-details .main-box-2 .item:hover {
    transition: 0.3s;
    box-shadow: 3px 0px 10px 0px #00000038;
}


.blog-details .main-box-2 .item .box {
    margin-top: 20px;
}

.blog-details .main-box-2 .item img {
    border-radius: 8px;
    width: 100%;
    max-width: 158px;
    height: auto;
}

.footer-space {
    margin: 0;
}

/* Blog page end here */

/* contact page start here */

.contact-banner {
    background-image: url(../images/contact-banner.webp);
}

.fill-form {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fill-form .spacing-re {
    padding-right: 0;
    margin-right: 0;
}

.fill-form .spacing-le {
    padding-left: 0;
    margin-left: 0;
}

.fill-form .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}


.fill-form .main-box {
    width: 100%;
    max-width: 670px;
    height: auto;
    padding: 100px 20px 103px 20px;
    border-radius: 10px 0px 0px 10px;
    border: 1px 0px 0px 0px;
    box-shadow: 3px 4px 15px 0px #00000040;
    border: 1px solid #821505;
    text-align: center;
    background-color: var(--white-color);
}

.fill-form .main-box form {
    /* width: 100%;
    max-width: 550px;
    height: auto;*/
    margin: 0 auto;
    text-align: center;
}

.fill-form .main-box form .btns {
    justify-content: center;

}

.fill-form .main-box form input {
    margin-bottom: 20px;
    margin: 0 10px 20px 10px;
    width: 100%;
    max-width: 265px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #821505
}

.fill-form .main-box form textarea {
    /* margin-right: 20px; */
    margin-bottom: 26px;
    width: 100%;
    max-width: 552px;
    height: 128px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #821505
}

.fill-form .main-box-2 {
    background-color: var(--bg);
    text-align: center;
    width: 100%;
    max-width: 470px;
    height: auto;
    padding: 50px 80px 50px 80px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #821505;
    box-shadow: 3px 4px 15px 0px #00000040;
}

.fill-form .main-box-2 .box h6 {
    margin-bottom: 20px;
    color: var(--black-color);
}

.fill-form .main-box-2 .box p {
    color: var(--silver);
    margin-bottom: 42px;
}

.fill-form .main-box-2 .box .icons i {
    font-size: 20px;
    color: var(--white-color);
    background-color: var(--secondary);
    border-radius: 4px;
    padding: 15px 6px;
    margin: 0 5px;
    max-width: 50px;
    width: 100%;
    height: auto;
}

.fill-form .main-box-2 .box .icons i:hover {
    transition: 0.5s;
    color: var(--bg);
}

.mapp .container-fluid .row .col-12 {
    padding: 100px 0;
}

.mapp {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: -320px 0 0 0;
}

.mapp iframe {
    width: 100%;
    height: 450px;
}




/* contact page end here */


/* ==================== media screen =============  */


@media (max-width: 575px) {

    h1 {
        font-size: 40px;
        line-height: 44px;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 28px;
        line-height: 438px;
    }

    h5 {
        font-size: 22px;
        line-height: 32px;
    }

    h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .section-wrapper {
        padding: 50px 0;
    }

    .cs-2 {
        margin-top: 50px;
    }

    .btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    .btns .theme-button {
        margin-bottom: 15px;
    }

    .banner {
        padding: 80px 0;
    }

    .banner .item-1 {
        width: 100%;
        max-width: 800px;
        margin-bottom: 50px;
        text-align: center;
    }


    .banner .item-2 {
        text-align: center;
    }

    .banner .item-2 img {
        width: 100%;
        max-width: 311px;
        height: auto;
    }

    .card-section .main-item .item {
        padding: 20px 15px;
    }

    .latest .item-1 {
        height: 100%;
    }

    .latest .item-1 .latest-video {
        width: 90%;
        height: 166px;
    }

    .latest .item-2 {
        width: 100%;
        max-width: 800px;
        margin-top: 20px;
        text-align: center;
    }

    .about .item-1 {
        text-align: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 20px auto;
    }

    .about .item-1 h2 {
        font-size: 30px;
    }

    .about .item-2 {
        text-align: center;
        margin-top: 20px;
    }

    .about .item-2 img {
        width: 100%;
        max-width: 450px;
    }


    .help .my-slider {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .help .slick-initialized .slick-slide {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-width: 170px;
        padding: 30px;
        margin: 0 5px !important;
    }

    .help .my-slider .slick-dots {
        margin: 25px 0 25px -70px;
    }

    .help .my-slider .slick-dots li button:before {
        margin: 25px auto 25px;
    }

    .help {
        padding-bottom: 100px;
    }

    .team .item .box {
        z-index: 2;
        margin: -65px auto 0 auto;
        width: 100%;
        max-width: 320px;
        padding: 28px 0 23px 0;
    }


    .testimonials .item .profile {
        display: block;
        align-items: center;
    }

    .testimonials .item .profile img {
        margin: 0 auto;
    }

    .testimonials .test-slider .slick-dots li button:before {
        margin: 0px auto;
    }

    footer {
        margin-top: 0px;
    }

    footer {
        margin-top: 50px;
        padding: 45px 0 0 0;
    }

    footer .item-1 {
        text-align: center;
        margin-bottom: 35px;
        padding: 0 0 20px 0;
        width: 100%;
        max-width: 400px;
    }

    footer .item-2 {
        text-align: center;
        margin-bottom: 50px;
    }

    footer .item-2 ul li a {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
        max-width: 400px;
    }

    footer .item-3 {
        text-align: center;
    }

    .latest-2 .main-box .item-1 {
        margin: 0 auto;
        height: 100%;
    }

    .latest-2 .main-box .item-1 .lat-video {
        border-radius: 10px;
        width: 100%;
        max-width: 394px;
        height: 200px;

    }

    .latest-2 .main-box .item-2 {
        padding: 200px 20px 50px 20px;
    }

    .ac-2 .item {
        border: none;
        margin: 25px 0;
        padding: 0;
    }

    .about-donate .item-2 {
        text-align: center;
    }

    .about-donate .item-2 h2 {
        font-size: 28px;
    }

    .about-donate .item-2 p {
        font-size: 16px;
    }

    .turn-back .item {
        position: relative;
        height: 100%;
    }

    .turn-back .about-video {
        width: 100%;
        height: 302px;
    }

    .turn-back .item h2 {
        margin-top: -120px;
    }

    header .navbar-brand img {
        width: 100%;
        max-width: 116px;
        height: auto;
    }

    .banner-2 {
        padding: 50px 0 0 0;
    }

    .banner-2 .item-2 {
        position: relative;
        top: 0px;
    }

    .banner-2 .item-2 img {
        width: 100%;
        max-width: 743px;
        height: auto;
    }

    .banner-2 .item-1 {
        padding-top: 0px;
    }

    .faq .accordion button {
        background-color: var(--bg);
        font-size: 18px;
    }

    .faq .accordion .accordion-body {
        font-size: 14px;
    }

    .service-card .item {
        padding: 30px 10px;
    }

    .service-card .item img {
        width: 100%;
        max-width: 96px;
    }

    .meet-team .item .box .icons i {
        font-size: 16px;
        padding: 12px 10px;
        margin: 0 5px;
        max-width: 40px;
        width: 100%;
    }


    .blog-details .main-box .item .date-content .box p {
        margin: 0;
    }

    .blog-details .main-box .item .date-content {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-content: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .blog-details .main-box .item .content {
        margin-top: 30px;
        text-align: center;
    }

    .blog-details .main-box .item .content p {
        font-size: 14px;
    }

    .blog-details .main-box-2 .item {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 480px;
        height: auto;
        border-radius: 14px;
        padding: 18px;
        /* margin-bottom: 14px; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blog-details .main-box-2 .item img {
        border-radius: 8px;
        width: 100%;
        max-width: 258px;
        height: auto;
    }

    .blog-details .main-box-2 .item .box {
        margin-top: 0;
    }

    .blog-details h3 {
        text-align: center;
    }

    .fill-form .main-box {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px 0px 0px 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .main-box-2 {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px 0px 0px 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .spacing-re {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .fill-form .spacing-le {
        padding: 0;
        margin: 0;
    }

    .fill-form .main-box form input {
        margin-bottom: 30px;
        width: 100%;
        max-width: 555px;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #821505
    }

    .map .container-fluid .row .col-12 {
        position: relative;
        z-index: -1;
        padding: 0;
        margin: -200px 0 0 0;
    }

    .map iframe {
        width: 100%;
        height: 350px;
    }

    .donate-video .item-2 {
        text-align: center;
    }

    .donate-video .videoss {
        height: 250px;
    }

    .mapp .container-fluid .row .col-12 {
        padding: 40px 0 0 0;
    }

    .mapp {
        margin: -300px 0 0 0;
    }

    .team-2 .item .box {
        /* margin-top: 0px;
        height: 128px; */
        z-index: -1;
        width: 100%;
        max-width: 358px;
        padding-top: 80px;
        padding-bottom: 10px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid var(--primary);
        border-left: 2px solid var(--primary);
        border-right: 2px solid var(--primary);
    }

    .fill-form .main-box form input {
        margin-bottom: 20px;
        margin: 0 auto 20px auto !important;
    }

    .fill-form .main-box {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .fill-form .main-box-2 {
        padding: 40px 10px;
        border-radius: 10px;
    }

    .fill-form {
        margin: 0 auto;
        width: 95%;
    }

    .fill-form .main-box form textarea {
        height: 80px;
    }

    .turn-back {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .t-back .item h2 {
        font-size: 24px;
    }

    .t-back .item .about-vi {
        width: 100%;
        max-width: 1990px;
        height: 192px;
    }

    .t-back .item h2 {
        position: absolute;
        width: 100%;
        max-width: 350px;
        line-height: 30px;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header form {
        display: flex;
        justify-content: flex-start;
    }

    header .collapse ul li {
        padding: 0 0;
    }

    header .collapse .dropdown-menu {
        text-align: left;
    }

    header .container-fluid {
        max-width: 100%;
        padding: 0;
    }

}

@media (min-width:576px) and (max-width:766px) {
    .help .my-slider {
        margin: 0 auto;
        width: 100%;
        max-width: 550px;
    }

    .help .slick-initialized .slick-slide {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-width: 170px;
        padding: 30px;
        margin: 0 25px !important;
    }

    .fill-form .main-box form input {
        margin-bottom: 30px;
        width: 100%;
        max-width: 555px;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #821505
    }


}

@media (min-width: 576px) and (max-width:767px) {

    h1 {
        font-size: 40px;
        line-height: 54px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 30px;
        line-height: 40px;
    }

    h5 {
        font-size: 24px;
        line-height: 34px;
    }

    h6 {
        font-size: 22px;
        line-height: 22px;
    }

    .section-wrapper {
        padding: 50px 0;
    }

    .cs-2 {
        margin-top: 50px;
    }

    .btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .banner {
        padding: 80px 0;
    }

    .banner .item-1 {
        width: 100%;
        max-width: 800px;
        margin-bottom: 50px;
        text-align: center;
    }

    .banner .item-2 {
        text-align: center;
    }

    .banner .item-2 img {
        width: 100%;
        max-width: 800px;
        height: auto;
    }

    .latest .item-1 {
        height: 100%;
    }

    .latest .item-1 .latest-video {
        height: 276px;
    }

    .latest .item-2 {
        width: 100%;
        max-width: 550px;
        margin-top: 20px;
        text-align: center;
        margin: 20px auto 0 auto;
    }

    .about .item-1 {
        text-align: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 30px auto;
    }

    .about .item-2 {
        text-align: center;
        margin-top: 20px;
    }

    .about .item-2 img {
        width: 100%;
        max-width: 450px;
    }

    .help .slick-initialized .slick-slide {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-width: 170px;
        padding: 30px;
        margin: 0 5px;
    }

    .help .my-slider .slick-dots {
        margin: 25px 0 0px -70px;
    }

    .help .my-slider .slick-dots li button:before {
        margin: 25px auto 25px 0;
    }

    .help {
        padding-bottom: 100px;
    }


    .testimonials .test-slider .slick-dots li button:before {
        margin: 0px auto;
    }

    footer {
        margin-top: 50px;
        padding: 45px 0 0 0;
    }

    footer .item-1 {
        margin-bottom: 35px;
        width: 100%;
        max-width: 400px;
    }

    footer .item-2 {
        margin-bottom: 35px;
        width: 100%;
        max-width: 220px;
    }


    .latest-2 .main-box .item-1 .lat-video {
        border-radius: 10px;
        width: 100%;
        max-width: 394px;
        height: 246px;

    }

    .latest-2 .main-box .item-2 {
        padding: 200px 20px 50px 20px;
    }

    .ac-2 .item {
        border: none;
        margin: 25px 0;
        padding: 0;
    }

    .help-2 .my-slider .slick-dots {
        margin: 50px 0 50px -70px;
    }

    .help-2 .my-slider .slick-dots li button:before {
        font-size: 10px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 50px auto;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: 100;
        color: var(--secondary);
    }

    .help-2 .my-slider .slick-dots li.slick-active button:before {
        opacity: 100;
        color: var(--text-color);
    }

    .about-donate .item-2 {
        text-align: center;
    }

    .turn-back .item {
        position: relative;
        height: 100%;
    }

    .turn-back .about-video {
        width: 100%;
        height: 462px;
    }

    .turn-back .item h2 {
        margin-top: -150px;
    }

    header .navbar-brand img {
        width: 100%;
        max-width: 136px;
        height: auto;
    }

    .banner-2 .item-2 {
        position: relative;
        top: 80px;
    }

    .faq .accordion button {
        background-color: var(--bg);
        font-size: 24px;
    }

    .faq .accordion .accordion-body {
        font-size: 16px;
    }

    .blog-details .main-box .item .content {
        text-align: center;
    }

    .blog-details .main-box-2 .item {
        width: 100%;
        max-width: 880px;
        height: auto;
        border-radius: 14px;
        padding: 18px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .blog-details .main-box-2 .item img {
        border-radius: 8px;
        width: 100%;
        max-width: 158px;
        height: auto;
    }

    .blog-details h3 {
        text-align: center;
    }

    .fill-form .main-box {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .main-box-2 {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form {
        margin: 0 auto;
        width: 95%;
    }

    .fill-form .spacing-re {
        padding: 0;
        margin: 0 10 20px 10;
    }

    .fill-form .spacing-le {
        padding: 0;
        margin: 0;
    }

    .donate-video .item-2 {
        text-align: center;
    }

    .mapp .container-fluid .row .col-12 {
        padding: 40px 0 0 0;
    }

    .mapp {
        margin: -300px 0 0 0;
    }

    .banner-2 .item-1 {
        padding-top: 30px;
    }

    .fill-form .main-box form input {
        margin-bottom: 20px;
        margin: 0 auto 20px auto !important;
    }

    .fill-form .main-box form input {
        margin-bottom: 20px;
        margin: 0 auto 20px auto !important;
    }

    .fill-form .main-box {
        padding: 40px 20px;
    }

    .fill-form .main-box-2 {
        padding: 40px 20px;
    }

    .fill-form .main-box form textarea {
        height: 100px;
    }

    .turn-back {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .t-back .item .about-vi {
        width: 100%;
        max-width: 1990px;
        height: 322px;
    }

    .t-back .item h2 {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about-donate .item-2 h2 {
        font-size: 30px;
    }

    .about-donate .item-2 p {
        font-size: 18px;
    }

    header form {
        display: flex;
        justify-content: flex-start;
    }

    header .collapse ul li {
        padding: 0 0;
    }

    header .collapse .dropdown-menu {
        text-align: left;
    }

    header .container-fluid {
        max-width: 100%;
        padding: 0;
    }

}

@media (min-width: 768px) and (max-width:991px) {

    h1 {
        font-size: 54px;
        line-height: 64px;
    }

    h2 {
        font-size: 46px;
        line-height: 56px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
    }

    h4 {
        font-size: 34px;
        line-height: 44px;
    }

    h5 {
        font-size: 28px;
        line-height: 38px;
    }

    h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .section-wrapper {
        padding: 60px 0;
    }

    .cs-2 {
        margin-top: 80px;
    }

    .btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    header form {
        display: flex;
        justify-content: flex-start;
    }

    .banner {
        padding: 100px 0;
    }

    .banner .item-1 {
        width: 100%;
        max-width: 800px;
        margin-bottom: 50px;
        text-align: center;
        margin: 0 auto 50px auto;
    }

    .latest .item-1 {
        height: 100%;
    }

    .latest .item-1 .latest-video {
        height: 336px;
    }

    .latest .item-2 {
        width: 100%;
        max-width: 800px;
        margin-top: 20px;
        text-align: center;
    }

    .about .item-1 {
        text-align: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 30px auto;
    }

    .about .item-2 {
        text-align: center;
        margin-top: 20px;
    }

    .about .item-2 img {
        width: 100%;
        max-width: 550px;
    }

    .help .slick-initialized .slick-slide {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-width: 170px;
        padding: 30px;
        margin: 0 25px;
    }

    footer .item-2 {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .latest-2 .main-box .item-1 .lat-video {
        border-radius: 10px;
        width: 100%;
        max-width: 594px;
        height: 386px;

    }

    .about-donate .item-2 {
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0px;
    }

    .banner-2 .item-2 {
        position: relative;
        top: 80px;
    }

    .blog-details .main-box .item .content {
        text-align: center;
    }

    .blog-details .main-box-2 .item {
        width: 100%;
        max-width: 880px;
        height: auto;
        border-radius: 14px;
        padding: 18px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .blog-details .main-box-2 .item img {
        border-radius: 8px;
        width: 100%;
        max-width: 158px;
        height: auto;
    }

    .blog-details h3 {
        text-align: center;
    }

    .fill-form .main-box {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .main-box-2 {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .spacing-re {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .fill-form .spacing-le {
        padding: 0;
        margin: 0;
    }

    .donate-video .item-2 {
        text-align: center;
    }

    .mapp .container-fluid .row .col-12 {
        padding: 40px 0 0 0;
    }

    .mapp {
        margin: -300px 0 0 0;
    }

    .banner-2 .item-1 {
        padding-top: 30px;
    }

    .turn-back {
        padding-top: 0;
    }

    .t-back .item .about-vi {
        width: 100%;
        max-width: 1990px;
        height: 422px;
    }

    .about-donate .item-2 h2 {
        font-size: 30px;
    }

    .about-donate .item-2 p {
        font-size: 18px;
    }

    header .collapse ul li {
        padding: 0 0;
    }

    .ac-2 h2 {
        font-size: 34px;
    }

    .ac-2 p {
        font-size: 24px;
    }

    header .container-fluid {
        max-width: 100%;
        padding: 0;
    }

    header .collapse .dropdown-menu {
        text-align: left;
    }

}

@media (min-width: 992px) and (max-width:1199px) {

    h1 {
        font-size: 54px;
        line-height: 64px;
    }

    h2 {
        font-size: 44px;
        line-height: 56px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
    }

    h4 {
        font-size: 34px;
        line-height: 44px;
    }

    h5 {
        font-size: 28px;
        line-height: 38px;
    }

    h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .section-wrapper {
        padding: 80px 0;
    }

    .cs-2 {
        margin-top: 80px;
    }

    .help .slick-initialized .slick-slide {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-width: 170px;
        padding: 30px;
        margin: 0 25px;
    }

    .banner-2 .item-2 {
        position: relative;
        top: 60px;
    }

    .blog-details .main-box-2 .item img {
        border-radius: 8px;
        width: 100%;
        max-width: 138px;
        height: auto;
    }

    .blog-details .main-box-2 .item .box p {
        font-size: 16px;
    }

    .fill-form .main-box {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .main-box-2 {
        margin: 0 auto;
        width: 100%;
        max-width: 670px;
        height: auto;
        padding: 100px 20px;
        border-radius: 10px;
        border: 1px 0px 0px 0px;
        text-align: center;
    }

    .fill-form .spacing-re {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .fill-form .spacing-le {
        padding: 0;
        margin: 0;
    }

    .fill-form .main-box form input {
        margin-bottom: 30px;
        width: 100%;
        max-width: 555px;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #821505
    }

    .mapp .container-fluid .row .col-12 {
        padding: 40px 0 0 0;
    }

    .mapp {
        margin: -300px 0 0 0;
    }

    .turn-back {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .t-back .item .about-vi {
        width: 100%;
        max-width: 1990px;
        height: 462px;
    }

    header .collapse ul li {
        padding: 0 0;
    }

    header .collapse .dropdown-menu {
        text-align: left;
    }

    header .container-fluid {
        max-width: 100%;
        padding: 0;
    }

}

@media (min-width: 1200px) and (max-width:1399px) {


    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        text-align: center;
        margin: 0 auto;
    }

}

@media (min-width:1400px) {

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        text-align: center;
        margin: 0 auto;
    }
}

.progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;

    .title {
        opacity: 0;
        animation: show 0.35s forwards ease-in-out 0.5s;
    }
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 80%;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}