body {
    max-width: 100%;
    overflow-x: hidden;
}
p-0 {
    padding: 0 !important;
}

nav {
    padding: 0 !important;
}

.nav-item {
    padding: 15px 25px;
}

.donate-item {
    padding: 15px 31px;
    background-color: #ed213f;
}

.donate-item:hover {
    background-color: #17184a;
    transition: all linear 0.2s;
}

.nav-item .nav-link {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
}
.nav-item .nav-link:hover {
    color: #ed213f;
    transition: 0.3s;
}

.navbar-collapse {
    flex-grow: 0;
}
/*------------------ Third Level Code------------------*/
.navbar-nav .nav-link {
    color: #000000;
}
.dropend .dropdown-toggle {
    color: #000000;
    margin-left: 1em;
}
.dropdown-item:hover {
    color: #000000;
}
.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-left: 0.125em;
}
.dropdown-menu{
    top:69px;
}
.donate-item .nav-link {
    color: #ffffff;
}
.donate-item .nav-link:hover {
    color: #ffffff;
}
@media (max-width: 991px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .navbar-toggler-icon {
        background-image: url("https://www.clipartmax.com/png/middle/303-3035784_menu-no-comments-mobile-menu-icon-png.png");
        max-width: 150px;
        float: right;
    }
}
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: -8px;
        left: 98%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0em;
    }
}
#myHeader {
    position: sticky;
    top: 0;
    z-index: 99996;
    background-color: #ffffff;
}
/* ==============*****==================
=================Banner Section Start=============== */
.swiper-container .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.topBanner {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        rgba(23, 24, 74, 0.9999999999999999) 0%,
        rgba(23, 24, 74, 0.32999999999999996) 100%
    );
}
.swiper-container {
    position: relative;
}
.swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.swiper-container .banner-text {
	padding: 181px 12px;
	box-sizing: border-box;
}
.swiper-container .banner-text .banner-sub-header {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #27e9ff;
    font-weight: 500;
    font-family: "Poppins";
}

.swiper-container .banner-text .banner-header {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}
.swiper-container .banner-text .banner-header span {
    color: #27e9ff;
}
.swiper-container .banner-text .banner-description {
    opacity: 0.851;
    width: 633px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}
.swiper-container .banner-button {
    margin-top: 54px;
}
.swiper-container .banner-button .button {
    padding: 15px 37px 15px 37px;
    border-radius: 12px;
    background-color: #ed213f;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;
    transition: all linear 0.3s;
}

.swiper-container .banner-button .button:hover {
    background-color: #fff;
    color: #17184a;
}

/* ForSlider */

#slider {
    position: relative;
    width: 100%;
    height: 695px;
}

.swiper-pagination {
    padding: 0px 40px 40px 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 0.8;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid #707070;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
/* Banner Section End */

/* ==============*****==================
=================*****=============== */

/* About Section Start */

.about-image-section {
    padding: 0;
}
.about-image-section img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-container {
    padding: 99px 50px 0px 50px;
    height: auto;
}

.about-container .about-header {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #17184a;
    font-weight: 700;
    font-family: "Source Serif Pro";
}
.about-container .about-description {
    margin: 43px 35px 56px 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-container .about-button .button {
    padding: 12px 24px 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #ed213f;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ff0000;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;
    display: inline-block;
}

.about-container .about-button .button:hover {
    color: #ffffff;
    background-color: #ff0000;
    transition: 0.3s;
}

/* About Section End */

/* ==============*****==================
=================*****=============== */

/* Activity Section Start */

.activity-section {
    margin-top: -1px;
}
.activity-section-left {
    background-color: #ed213f;
    height: auto;
    padding: 74px 50px 0px 100px;
}

.activity-header {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.activity-description {
    margin-top: 43px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activity-button {
    padding-top: 34px;
}

.activity-button .button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-family: "Poppins";
}

.activity-button .button:hover {
    background-color: #17184a;
    color: #fff;
    transition: all linear 0.3s;
}

.activityImage {
    position: relative;
    display: inline-block;
}

.activityImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.activity-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        180deg,
        rgba(23, 24, 74, 0) 0%,
        rgba(23, 24, 74, 0.8999999999999999) 100%
    );
    z-index: 1;
}

.activity-caption {
    position: absolute;
    text-align: center;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.activity-caption-one {
    position: absolute;
    text-align: center;
    top: 85%;
    left: 45%;
    transform: translate(-40%, -50%);
    z-index: 2;
}

.activity-caption-two {
    position: absolute;
    text-align: center;
    top: 85%;
    left: 20%;
    transform: translate(-10%, -50%);
    z-index: 2;
}

.activity-caption-text {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
    text-align: center;
}

/* Activity Section End */

/* ==============*****==================
=================*****=============== */

/* Volunteer Section End */

.volunteer-section {
    padding: 160px 112px;
}

.volunteer-section .volunteer-section-left {
    background-color: #17184a;
    padding: 74px 36px 0px 36px;
    height: auto;
}

.volunteer-section-right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.volunteer-header {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
    text-align: left;
}

.volunteer-description {
    margin-top: 43px;
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.volunteer-button .button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-family: "Poppins";
    margin-bottom: 41px;
}

.volunteer-button .button:hover {
    background-color: #ed213f;
    color: #fff;
    transition: all linear 0.3s;
}

/* Volunteer Section End */

/* ==============*****==================
=================*****=============== */

/* Service Section Start */

.service-text-section {
    background-color: #25ab5c;
    padding: 74px 50px 0px 112px;
}

.service-header {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.service-description {
    margin-top: 43px;
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-button .button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-family: "Poppins";
}

.service-button .button:hover {
    background-color: #ff0000;
    color: #fff;
    transition: all linear 0.3s;
}

.serviceImage {
    position: relative;
    display: inline-block;
}
.serviceImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        180deg,
        rgba(23, 24, 74, 0) 0%,
        rgba(23, 24, 74, 0.8999999999999999) 100%
    );
    z-index: 1;
}

.service-caption {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.service-caption-two {
    position: absolute;
    top: 85%;
    left: 20%;
    transform: translate(-10%, -50%);
    z-index: 3;
}

.service-caption-text {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
    text-align: center;
}

/* Service Section End */

/* ==============*****==================
=================*****=============== */

/* Event Section Start */

.event-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.event-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.event-content {
    padding: 123px 62px 0px 113px;
}

.event-sub-header {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ed213f;
    font-weight: 500;
    font-family: "Poppins";
}

.event-section-header {
    width: 75%;
    margin-top: 34px;
    margin-bottom: 35px;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #17184a;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.event-description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-shedule {
	margin-bottom: 45px;
	width: 100%;
	display: flex;
	gap: 45px;
}

.event-shedule-inner {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
}

.event-button .button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #ed213f;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ed213f;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;
}

.event-button .button:hover {
    color: #ffffff;
    background-color: #ed213f;
    transition: 0.3s;
}
/* Event Section end */

/* ==============*****==================
=================*****=============== */

/* Count Section Start*/

.count-image-section {
    position: relative;
}

.stat-count {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.count-text {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.count-gradient-overlay {
    position: absolute;
    opacity: 0.588;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #17184a;
    z-index: 1;
}

.count-image-section {
    background: url(../images/countSectionImage.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.count-image-text {
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: bold;
    position: relative;
	z-index: 2;
    padding: 130px 10px 133px 10px;
    display: flex;
}

/* Count Section End*/

/* ==============*****==================
=================*****=============== */

/* Scholarship Section Start */

.scholarship-section {
    padding: 160px 112px;
}

.scholarship-section .scholarship-section-left {
    background-color: #ed213f;
    padding: 74px 36px 0px 36px;
    height: auto;
}

.scholarship-section-right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.scholarship-header {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Source Serif Pro";
}

.scholarship-description {
    margin-top: 28px;
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scholarship-button .button {
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    font-family: "Poppins";
}

.scholarship-button .button:hover {
    background-color: #17184a;
    color: #fff;
    transition: 0.3s;
}

/* Scholarship Section End */

/* ==============*****==================
=================*****=============== */

/* Testimonial Section Start */

.testimonial-slider {
    padding-bottom: 185px;
    position: relative;
}
.testimonial-title {
    margin-top: 120px;
}

.testimonial-title h2 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #17184a;
    font-weight: 700;
    font-family: "Source Serif Pro";
}
.testimonial-section .card {
    background-color: rgba(46, 48, 148, 0.039);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    border: none;
    font-family: "Poppins";
    height: auto;
}
.testimonial-card-body {
    padding-top: 27px;
    padding-left: 27px;
}

.testimonial-card-des {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
    height: 175px;
    overflow: hidden;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-author img {
    margin-right: 20px;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    border: 4px solid #fff;
}

.testimonial-author .author-info {
    flex-grow: 1;
}

.testimonial-author p {
    font-size: 16px;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
    line-height: 32px;
    color: #2e3094;
    font-weight: 600;
    font-family: "Poppins";
}

.testimonial-author span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #747474;
    font-weight: 400;
    font-family: "Poppins";
}

.testimonial-section .swiper {
    position: static !important;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    background-color: rgba(46, 48, 148, 0.1);
    padding: 22px;
    border-radius: 100%;
    color: #2e3094;
}
.testimonial-section .swiper-pagination-bullet {
    width: 40px !important;
    height: 40px !important;
}

.testimonial-section .swiper-button-next::after, .testimonial-section .swiper-button-prev::after {
	font-size: 20px;
}

.testimonial-section .swiper-button-prev, .testimonial-section .swiper-rtl .swiper-button-next {
	left: 0;
}

.testimonial-section .swiper-button-next, .testimonial-section .swiper-rtl .swiper-button-prev {
	right: 91%;
}

/* Testimonial Section End */

/* ==============*****==================
=================*****=============== */
/* =============== Side Menu ===============*/
.sidebar-menu li {
    list-style-type: none;
    padding:10px;
    border-bottom: 1px solid #ffffff;
}
.sidebar-menu li:hover {
    background-color: #17184A;
}
.sidebar-menu li a {
    color: #ffffff;
    text-decoration: none;
    
}
ul.sidebar-menu {
    background-color: #ED213F;
    padding-left: 5px;
    padding-right:5px;
}
/* =============== End Side Menu =================*/

/* Footer Section Start */

.footer-section {
    padding: 95px 114px 79px;
    background: #333333;
}

.footer-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.footer-title-two {
    opacity: 0.502;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-25 {
    margin-bottom: 25px;
}
.mt-60 {
    margin-top: 60px;
}

.contact-div {
    padding-left: 2.5rem;
}

.contact-div h6 {
    margin-bottom: 35px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.social-contact {
    vertical-align: middle;
}
.social-contact .fa-brands {
    font-size: 1.5rem;
    color: #333333;
}

.social-contact .fa-brands:hover {
    color: #ed213f;
}

.social-contact .col-md-3 {
    margin-right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-column ul {
    list-style: none;
}

.footer-column .flex-column .footer-link {
    text-align: left;
    padding-left: 0 !important;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-decoration: none;
}

.footer-column .flex-column .footer-link:hover {
    color: #ed213f;
    transition: 0.3s;
}

.copyright {
    background-color: #000000;
}

.copyright p {
    padding: 44px 0px;
    margin-bottom: 0px !important;
    text-align: center;
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

#return-to-top {
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    text-decoration: none;
    display: none;
    z-index: 100000;
    text-align: center;
}

#return-to-top i {
    color: #ff0000;
    font-size: 30px;
    line-height: 47px;
}

#return-to-top:hover {
    background-color: #2e3094;
}

#return-to-top:hover i {
    color: #fff;
}
/* Footer Section End */
