@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: "Asap", sans-serif; */
    font-family: "Inter", sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-style: normal;
}

body,
html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif !important;
}

.wrapper {
    flex: 1;
}

:root {
    --tp-primary-color: #9FC645;
    --tp-input-color: #f5ffdf;
    --tp-input-field-color: #f4ffdb;
    --tp-secondary-color: #0099CD;
    --tp-color-gray: #5a5959;
    --tp-color-lightgray: #a6a2a2;
    --tp-color-black: #000000;
    --tp-color-white: white;
    --tp-primary-box-shadow: 0px 1px 4px rgba(1, 15, 28, 0.1);
    --tp-secondary-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    --tp-third-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    --tp-primary-color-icon: #a3c61d;
    --tp-primary-border: 1px solid rgba(99, 100, 101, 0.1);
    --tp-primary-ghost-white: #f8f8ff;
}

a {
    text-decoration: none;
}

i {
    color: var(--tp-primary-color);
}

ul li {
    list-style: none;
    text-align: left;
}

ul li a {
    text-decoration: none;
    font-weight: 400;
}

a,
p {
    font-size: 16px;
    line-height: 1.4;
}

a:hover {
    color: var(--tp-color-gray);
    transition: all 0.3s ease-out;
}

h6 {
    font-size: 0.9rem;
}

.row>* {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container {
    padding: 0 1% 1% 1%;
    width: 100%;
}

.container-fluid {
    --bs-gutter-x: 0rem;
    background-color: white;
}

.row {
    margin: 0;
    padding: 0;
}


/*Overwrite CSS starts here */
.container-wrapper {
    padding: 60px 80px;
    max-width: 1450px;
    margin-inline: auto;
}

.table>:not(caption)>*>* {
    background-color: #f0f8ff;
}

/*Overwritet CSS ends here */

.container-body {
    padding: 0 10% 5% 10%;
}

.container-partner-slider {
    padding: 3% 10%;
}

.about-section {
    margin-top: 10%;
}

.container-about-wrapper {
    padding: 120px 80px;
    background-color: var(--tp-color-white);
    overflow-x: hidden;
}

.container-secondary-bg {
    padding: 3% 8%;
    background-color: var(--tp-secondary-color);
}

.container-white-bg {
    padding: 3% 4%;
    border-radius: 5px;
    background-color: var(--tp-color-white);
}

.container-bg {
    /* background-color: #F7F7F7; */
    background-color: #ECEEFB;
}

.text-primary {
    color: var(--tp-secondary-color) !important;
}

.breadcrumb-section {
    margin-top: 180px;
    max-width: 1450px;
    margin-inline: auto;
    /* background-color: var(--tp-secondary-color); */
    /* background-color: var(--tp-primary-color); */
    /* background-color: var(--tp-color-lightgray); */
}

.breadcrumb-section-info {
    align-items: center;
    line-height: 1;
}

.breadcrumb-section-info span {
    color: var(--tp-color-black);
    font-size: 1rem;
}

.breadcrumb-section-info .active {
    color: var(--tp-color-black) !important;
    font-size: 1rem;
    font-weight: 500;
}

.breadcrumb-section-info a {
    color: var(--tp-secondary-color) !important;
    font-size: 1rem;
    font-weight: 500;
}

.breadcrumb-section-info a i {
    margin-left: 0 !important;
}

.breadcrumb-section h5 {
    color: var(--tp-color-black);
    font-weight: 500;
    font-size: 1.2rem !important;
}

.breadcrumb-section .active:hover {
    color: grey !important;
}

.progressBar-style {
    background-color: #dbf7ff59;
    padding: 8% 5%;
    border-radius: 5px;
}

.avatar {
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.donation-section {
    position: relative;
    flex-wrap: wrap;
    margin: 10px 0;
}

@media (max-width: 768px) {
    body {
        padding-top: 6% !important;
    }

    .container {
        padding: 3% 0;
    }

    .breadcrumb-section h5 {
        font-size: 1rem;
    }

}

@media (min-width: 1200px) and (max-width: 1300px) {

    .container {
        padding: 2% 2% 0 2%;
    }

    .tp-team-items {
        margin: 2%;
        padding: 2%;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {

    .container {
        padding: 1% 1% 0 1%;
    }

    .tp-team-items {
        margin: 2%;
        padding: 2%;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {

    .container {
        padding: 2% 3% 0 3%;
    }

    .tp-team-items {
        margin: 2%;
        padding: 2%;
    }
}

#contributionType+.select2-container .select2-selection {
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    border: 0.1px solid var(--tp-primary-color) !important;
    background-color: white !important;
}

.parter-section .container-header h2 {
    margin: 0;
}

.partner-section .container-header h2 {
    margin: 10px 0 20px;
} 

.tp-about-section p{
    line-height: 1.8;
}

.select2-container {
    width: 100% !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0099cd !important;
}

/* Swiper CSS starts here */
.slick-slide {
    padding: 15px;
}

.slick-prev:before {
    content: '\f137' !important;
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900;
    color: #0189b7 !important;
    font-size: 24px !important;
}

.slick-next:before {
    content: '\f138' !important;
    font-family: 'Font Awesome 7 Free' !important;
    font-weight: 900;
    color: #0189b7 !important;
    font-size: 24px !important;
}

/* Swiper CSS ends here */


/* Change Default Scrollbar style starts here */
/* Chrome, Safari, Edge (WebKit browsers) */
::-webkit-scrollbar {
    width: 3px;
    /* width of vertical scrollbar */
    height: 3px;
    /* height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* scrollbar track */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888888;
    /* scrollbar thumb */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888888;
    /* thumb hover effect */
}

/* Change Default Scrollbar style ends here */