:root {
    --main-color: #063c83;
    --main-color-dark: #00357a;
    --white-color: #ffffff;
    --black-color: #2A283E;
    --navber-color: #424155;
    --paragraph-color: #818090;
    --bg-color: #EEF4F8;
    --gray-color: #f1f1f1;
    --transition: .4s all ease-in-out;
}

html,
body {
    height: 100%;
    font-size: 18px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    box-sizing: border-box;
}

body.home-page {
    background-color: #eee;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

section#latest-stories {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.apply-form-container {
    width: 90%;
    margin: 0 auto;
}

ul.apply-tab li {
    cursor: pointer;
}


ul.apply-tab li {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: inline-block;
    padding: 16px 28px;
    margin-right: 2px;
    font-size: 0.9rem;
}

.arrow_btn {
    cursor: pointer;
}
label {
    font-size: .9rem;
    font-weight: 400;
    color: #000;
}
#apply_form {
    display: none;
}

.form-control {
    font-size: 0.9rem;
    line-height: 2;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px);
}

.form-group {
    margin-bottom: 1.3rem;
}

#academic-form,
#employment-form,
#training-form,
#portfolio-form,
#uploads-form,
#declaration-form,
#reference-form {
    display: none;
}


.active_nav {
    background-image: linear-gradient(#187cff, #002350);
    color: #ffffff;
}
.form-group label {
    font-weight: bold;
}

.form-elements-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 36px;
}
.form-with-bg {
    padding: 16px;
    border: 1px solid rgba(0, 40, 100, .12);
    border-radius: 5px;
    background-color: #f0f3f94f;
    margin-bottom: 32px;

}

.form-two-column {
    display: flex;
}
.form-two-column div {
    flex-basis: 100%;
}
.form-two-column div:first-of-type {
    margin-right: 16px;
}

.repeated-item {
    padding-bottom: 4px;
    margin-bottom: 16px;
}

.add-more {
    cursor: pointer;
}




.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}

.three-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
}

.form-check-input {
    margin-left: 0;
    margin-top: 0.2rem;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 22px;
    margin-right: 16px;
}

.small_textarea {
    height: 180px !important;
}

input::placeholder {
    font-size: .8rem;
    opacity: 0.2;

}

#continuing {
    display: none;
}


.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

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

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;
}

h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
}

h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #09418b;
}

h2.inner-page-heading {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 12px;
    color: #084089;
}

blockquote {
    background: #052968 url(/img/icons/postquote.png) no-repeat scroll;
    padding: 10px 10px 10px 47px;
    margin: 16px 0 16px;
    color: #ecf4ff;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    overflow: auto;
    clear: both;
    font-size: 20px;
}

p.blurb {
    border-top: 6px solid #c11b1b;
    font-weight: bold;
    font-size: 18px;
    background-color: #f7f5ff;
    padding: 10px;
}

#details-latest-article {
    padding-top: 60px;
}

#details-special-article {
    padding: 65px 0;
}

h3 {
    font-size: 1.3rem;
    margin: 12px 0 12px;
    font-weight: 500;

}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h4.inner-content-heading {
    font-weight: bold;
    font-size: 1.14rem;
    color: #074391;
    margin: 32px 0 8px;
}

ul.listing-with-arrow {
    padding-left: 15px;
}

ul.listing-with-arrow li {
    padding: 6px 0;
    line-height: 1.5;
    font-size: 0.92rem;
}

ul.listing-with-arrow li ul {
    margin-left: 15px;
}

ul.listing-with-arrow li::before {
    content: "\203A";
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 6px;
    color: #00357a;
}

.listing-with-arrow li ul li::before {
    content: "\203A";
}

.banner-container {
    height: 550px;

}

.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}

.badge {

    color: #fff;

}

td .badge {
    font-size: .8rem;
    text-decoration: none;
    font-weight: normal;
    background-color: #0C4DA2;
    border: none;
}
.badge-pill {
    padding: .6rem .6rem;
}

.resource-each-item {
    margin-bottom: 24px;
}

h5 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;

}



h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: .9rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 16px 0 0;
    color: #282828;
}

p:last-child {
    margin-bottom: 0;
}

.research_second_item {
    padding: 7px 0;
}

p.read-more-btn {
    margin: 0px 0 0px;
    font-size: 0.83rem;
    color: var(--main-color);
    position: absolute;
    bottom: 12px;
    left: 16px;
}

.text-right {
    text-align: right;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --Common Style-- */
section {
    position: relative;

}

section.home-page {
    padding-top: 36px;
    padding-bottom: 36px;
}

section#research_area,
section#home_blog_area,
section#latest-stories,
section#who-we-are,
section#home-special-banner,
section#home_video_area {
    background-color: #eee;

}

.home-small-banner {
    border-radius: 0.25rem;
}

section#research_area {
    padding-top: 60px;
    margin-top: 8px;
}


section.inner-page {
    padding-top: 32px;
}

section.component-banner-media {
    padding: 0;
}

section.inner-page-content p {
    margin: 8px 0 16px;
    color: var(--black-color);
    line-height: 1.6;
    font-size: .93rem;
    text-align: justify;
}

.section_padding {
    margin: 70px 0 0;
}

.section_padding_top {
    padding: 100px 0 0 0;
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}

.bg-color {
    background: #EEF4F8;
}

.bg-theme {
    background: var(--main-color);
}

.bg-yellow {
    background: #F6A61D;
}

.bg-gray {
    background-color: var(--gray-color);
}

.bg-main-dark {
    background-color: var(--main-color-dark);
}

.header-top-icon-gap {
    margin-left: 7px;
}

.bio-each-item.special-bio {
    float: right;
    height: auto;
    margin-left: 24px;
}

.our-organization-submenu-container.card {
    height: auto;
}

.board-of-trustee .bio-each-item {
    margin-left: 0;
}

.board-of-trustee .bio-each-item {
    height: 100%;
    margin-bottom: 0px;
    text-align: center;

}

.bio-text-container {
    padding: 16px 8px;
    text-align: center;
}

section.inner-page-content p.bio_name {
    font-weight: bold;
    padding-top: 0px;
    font-size: .9rem;
    color: var(--main-color) !important;
    margin: 0 !important;
    text-align: center;
}

p.bio_name {
    font-weight: bold;
    padding-top: 0px;
    font-size: .96rem;
    color: #032a5e !important;
    margin: 0 !important;
}

section.print-logo {
    display: none;
}

p.board_designation {
    margin: 3px 0;
    font-size: 0.82rem;
}

section.inner-page-content p.board_designation {
    font-weight: normal;
    color: #626262 !important;
    font-size: 0.9rem !important;
    padding-bottom: 0px;
    margin: 0 !important;
    text-align: center;
}

/* Document pdf for a bordered div */
.document-pdf {
    padding: 12px 26px 12px 8px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 3px 4px 1px rgb(0 0 0 / 25%);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0, 0, 0.2, 1), border 0.2s cubic-bezier(0, 0, 0.2, 1);
}

section.inner-page-content p.document-pdf {
    margin-right: 8px;
}

/* --case-boxed-- */

.card.blue-bg {
    background-color: #1e2f4a;
}

.blue-bg h3 {
    color: var(--white-color);
}

.card:hover .card-image-container img {
    transform: scale(1.1);
}

.card-image-container {
    position: relative;
    overflow: hidden;
}

.card-image-container img {
    width: 100%;
    transition: var(--transition);
}

.causes_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--white-color);
    padding: 8px 15px;
    font-size: .9rem;
    border-radius: 5px;
}

.card-text-container h3 {
    font-weight: normal;
    line-height: 1.5;
    font-size: 0.97rem;
    padding-bottom: 16px;
    margin-top: 0;

}

.english {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.bangla {
    font-family: 'Noto Serif Bengali', serif !important;
    font-weight: 400;
}

.bangla_special_size {
    font-size: 1.08rem;
}


h3.english {
    font-size: .88rem !important;
}

.article-all-items {
    color: var(--white-color);
}

.ck-editor__editable_inline {
    min-height: 400px !important;
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.card-text-container h3 a {
    color: var(--black-color);
    display: block;
}

#details-latest-article .card-text-container h3 a {
    color: var(--white-color);
}

.card-text-container h3 a:hover {
    color: var(--main-color);
}

.card-text-container p {
    padding-top: 10px;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 3px 0 6px;
    color: #3e3e3e;
}

.causes_boxed_bottom_wrapper {
    border-top: 1px solid #c4c4c457;
    padding-top: 15px;
    margin-top: 17px;
}

.causes_boxed_bottom_wrapper .row .col-lg-6:last-child .casuses_bottom_boxed {
    border-right: none;
}

.casuses_bottom_boxed {
    display: flex;
    align-items: center;
    border-right: 1px solid #e6e6e6;
}

.casuses_bottom_content {
    padding-left: 8px;
}

.casuses_bottom_content h5 {
    font-size: 16px;
    font-weight: 500;
}

.casuses_bottom_content p {
    padding-top: 0;
    font-size: 14px;
}

/* --Heading Area-- */
.section_heading {
    text-align: center;
    margin-bottom: 30px;
}

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



.section_heading h2 {
    padding-top: 20px;
    position: relative;
}

.section_heading h2:before {
    content: url('../img/icon/heading.png');
}


.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: var(--transition);
    position: relative;
}

.img_animation:hover img {
    transform: scale(1.2);
}


/* --Button Area start-- */
.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.btn:hover {
    color: var(--white-color);
}

.btn_theme {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none
}

.btn_theme:hover {
    background-color: var(--black-color);
}

.btn_md {
    padding: 12px 35px;
    font-size: 18px;
}

.btn_sm {
    font-size: 14px;
    padding: 5px 18px;
}



.btn_navber {
    color: var(--navber-color);
    border: 2px solid var(--main-color);
    padding: 7px 20px;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn_navber:hover {
    background: var(--main-color);
}

.is-sticky .btn_navber {
    border: 1px solid var(--main-color);
}


/* =========================
        Home Page
=========================*/
/* --Banner-- */
#home_one_banner {
    background-image: url('../img/banner/home-banner-bg.png');
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_one_img {
    position: relative;
    text-align: right;
}

.element_1 {
    top: 44%;
    left: 64px;
}

.element_2 {
    top: 23%;
    right: -14%;
}

.element_3 {
    bottom: 0;
    left: 67%;
}

.shape-1 {
    -webkit-animation: left1right 5s linear 0s infinite;
    animation: left1right 5s linear 0s infinite;
}

@keyframes left1right {

    50% {
        -ms-transform: translateY(20px);
        /* IE 9 */
        -webkit-transform: translateY(20px);
        /* Chrome, Safari, Opera */
        transform: translateY(20px);
    }
}

.shape-2 {
    -webkit-animation: left2right 3s linear 0s infinite;
    animation: left2right 3s linear 0s infinite;
}

@keyframes left2right {

    50% {
        -ms-transform: translateY(20px);
        /* IE 9 */
        -webkit-transform: translateY(20px);
        /* Chrome, Safari, Opera */
        transform: translateY(20px);
    }
}

.shape-3 {
    -webkit-animation: left13right 9s linear 0s infinite;
    animation: left3right 9s linear 0s infinite;
}

@keyframes left3right {

    50% {
        -ms-transform: translateY(20px);
        /* IE 9 */
        -webkit-transform: translateY(20px);
        /* Chrome, Safari, Opera */
        transform: translateY(20px);
    }
}

.about_top_boxed {
    position: relative;
    padding: 40px 30px 20px 30px;
    transition: var(--transition);
    text-align: center;
    border-right: 1px solid #d1d1d1;
}

.no-border {
    border: none;
}

.about_top_boxed p {
    font-size: 0.9rem;
    color: var(--black-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.about_top_boxed:hover {
    transform: translateY(10px);
}

.bg_one {
    background: #CAE4F7;
}

.bg_two {
    background: #FDF0DD;
}

.bg_three {
    background: #D2F4F4;
}

.bg_four {
    background: #E0EAFD;
}

.about_top_boxed_icon {
    text-align: center;
    margin: 0px auto 0 auto;
    margin-top: -45px;
    transition: var(--transition);
}

.about_top_boxed:hover .about_top_boxed_icon {
    transform: translateY(20px);
}

.about_top_boxed_text {
    padding-top: 12px;
}

.about_top_boxed_text h3 {
    font-size: 1.5rem;
    padding: 4px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.about_top_boxed_text a {
    font-size: 16px;
    font-weight: 500;
}

.about_top_boxed_vector {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.about_area_main_text {
    padding-top: 54px;
}

.about_area_heading {
    position: relative;
    display: flex;
    align-items: center;
    left: -119px;
}

.about_area_heading h3 {
    color: var(--paragraph-color);
    font-weight: 400;
}

.about_area_heading_two h2 {
    line-height: 50px;
    font-weight: 500;
}

.color_big_heading {
    position: relative;
    z-index: 99;
}

.color_big_heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FDC221;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.project.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.research-big-image {
    background: #25a55f url('../upload/articles/1750987659961510.png') no-repeat;
    object-fit: cover;
    height: 490px;
}

.lead-story-text-container {
    padding: 0.9rem !important;
    position: absolute;
    top: 26%;
    left: 0px;
    width: 77%;
    clear: both;
    margin: 0.5em 0;
}

.lead-story-text-container h2 {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline;
    padding: 5px 12px 0px;
    font-size: 1.8rem !important;
    line-height: 1.9 !important;
    letter-spacing: 2px;
    text-shadow: 2px 3px #000000;
}

.lead-story-text-container h2.english {
    line-height: 1.4 !important;
    letter-spacing: 1px;
    font-family: 'oswald', open-sans;
}

.lead-story-text-container h2::first-letter {
    font-size: 2.2rem !important;
}

.valign-center {
    align-items: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.special-banner {
    border-radius: 6px;
}

.research-sub-menu {
    position: relative;
    padding-top: 80px !important;
}

h3.box-heading {
    background-color: #2879ff;
    color: #fff;
    padding: 9px 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 140px;
    font-size: 1rem;
}

.p12 {
    padding: 12px;
}

.read-more-btn a {
    font-size: .7rem;
    color: #2159A8;

}

p.category-name,
p.post-date {
    font-size: .8rem;
    color: #595959;
    margin: 0 0 4px;
}

.lead-story-category {
    background: #064599;
    display: inline-block;
    padding: 6px 12px;
    color: #fff !important;
    position: absolute;
    right: 0;
    border-bottom-left-radius: 12px;
}

.card h2 {
    font-size: 0.94rem;
    color: var(--main-color);
    line-height: 1.4;
    font-weight: 600;
}

.lead-story-text-container h2,
.lead-story-text-container p.excerpt,
.lead-story-text-container p.post-date {
    color: #fff;
}


p.home-view-all {
    float: right;
    font-size: .9rem;
    margin: 16px 0px 0px;
    font-family: 'Roboto', sans-serif;

}

.font-weight-bold {
    font-weight: bold;
}

p.excerpt {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #303030;
    margin: 0;
    padding: 4px 0;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.about_area_heading_two h3 {
    font-weight: 500;
    color: var(--main-color);
    padding-top: 15px;
}

.about_area_para {
    padding-top: 20px;
}

.about_area_para h5 {
    line-height: 26px;
}

.about_area_para p {
    font-size: 18px;
    padding-top: 20px;
    line-height: 26px;
}

.about_vedio_area {
    padding-top: 45px;
}

.vedio_btn {
    margin-left: 35px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}

.vedio_btn i {
    height: 50px;
    width: 50px;
    border: 1px solid;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 14px;
    color: var(--main-color);
}


.video {
    position: relative;
    /* margin-bottom: 30px; */
    overflow: hidden;
    transition: transform 300ms ease-in-out;
}

.video:hover {
    transform: scale(1.02);
}

.video:hover .play-button {
    transform: scale(1.08);
}

.card-text-container {
    padding: 8px;
}

.card-text-container h5 a {
    color: var(--black-color);
}




.play-button {
    transition: var(--transition);
}

.play-button {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0 46px 0px rgb(1 7 39 / 40%);
    background-image: url('../img/icons/play.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}

a:hover.play-button {
    transform: scale(1.15);
}

.video img {
    display: block;
}



/* -- Donate Area-- */
#donate_area {
    background-image: url('../img/common/donat_banner.png');
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.donate_text {
    text-align: center;
}

.donate_text h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
}

.donate_text h2 {
    color: var(--white-color);
    font-size: 36px;
    line-height: 50px;
    padding-top: 20px;
}

.donate_text a {
    margin-top: 45px;
}

#partner_area {
    padding: 100px 0 200px 0;
}

#partner_area .owl-carousel .owl-item img {
    width: auto !important;
}

/* --Blog area-- */
.card {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 100%;
    border: none;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.biography-show-photo.card {
    height: auto;
}

p.publish_date {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    position: absolute;
    left: 18px;
    bottom: 16px;
}

.card:hover {
    box-shadow: 0 6px 12px rgb(0 0 0 / 19%), 0 4px 6px rgb(0 0 0 / 23%);
}

.section_heading h3 {
    font-size: 1.5rem;
    color: var(--main-color);
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.section_heading h3 a {
    color: #003478;

}

.card-text-container {
    padding: 16px;
}

p.date {
    padding: 4px 0;
    font-size: 0.8rem;
    color: var(--black-color);
    color: #2a283e;

}

.card p.date {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.blog_boxed_bottom_wrapper {
    border-top: 1px solid #c4c4c457;
    padding-top: 15px;
    margin-top: 17px;
}

.blog_boxed_bottom_wrapper .row .col-lg-6:last-child .blog_bottom_boxed {
    border-right: none;
}

.blog_bottom_boxed {
    display: flex;
    align-items: center;
    border-right: 1px solid #e6e6e6;
}

.blog_bottom_content {
    padding-left: 8px;
}

.blog_bottom_content h5 {
    font-size: 16px;
    font-weight: 500;
}

.blog_bottom_content p {
    padding-top: 0;
    font-size: 14px;
}

.content-container {
    padding: 66px 0;
}

.nav-full {
    border-bottom: 1px solid #b7b7b7;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%);
    background: #fff;
}

.inner-full-banner {
    position: relative;
    height: 550px;

}

.who-we-are_banner {
    background: url('/img/banner/who-we-are.png') no-repeat center top;
    background-size: cover;
}

.publications_banner {
    background: url('/img/banner/publications.jpg') no-repeat center top;
    background-size: cover;
}

.notice_banner {
    background: url('/img/banner/notice.png') no-repeat center top;
    background-size: cover;
}

.concerned-citizens_banner {
    background: url('/img/banner/ccc.jpg') no-repeat center top;
    background-size: cover;
}

.youth-engagement_banner {
    background: url('/img/banner/yes.jpg') no-repeat center top;
    background-size: cover;
}

.yes-friends_banner {
    background: url('/img/banner/yes-friends.jpg') no-repeat center top;
    background-size: cover;
}

.ypac_banner {
    background: url('/img/banner/ypac.jpg') no-repeat center top;
    background-size: cover;
}

.what-we-do_banner {
    background: url('/img/banner/what-we-do.png') no-repeat center top;
    background-size: cover;
}

.research_banner {
    background: url('/img/banner/research.png') no-repeat center top;
    background-size: cover;
}


.tib-members_banner {
    background: url('/img/banner/membership.jpg') no-repeat center top;
    background-size: cover;
}

.cpi_banner {
    background: url('/img/banner/cpi.png') no-repeat center top;
    background-size: cover;
}

.our-organization_banner {
    background: url('/img/banner/our-organization.png') no-repeat center top;
    background-size: cover;
}

.cartoon_exhibition_banner {
    background: url('/img/banner/cartoon-exhibition.png') no-repeat center top;
    background-size: cover;
}

.our-accountability_banner {
    background: url('/img/banner/accountability.jpg') no-repeat center top;
    background-size: cover;
}

.career_banner {
    background: url('/img/banner/career.png') no-repeat center top;
    background-size: cover;
}

.internship_banner {
    background: url('/img/banner/internship.png') no-repeat center top;
    background-size: cover;
}

.resource_banner {
    background: url('/img/banner/resource.png') no-repeat center top;
    background-size: cover;
}

.advocacy_banner {
    background: url('/img/banner/advocacy.png') no-repeat center top;
    background-size: cover;
}

.citizen-engagement_banner {
    background: url('/img/banner/citizens-engagement.png') no-repeat center top;
    background-size: cover;
}

.media-engagement_banner {
    background: url('/img/banner/midea-engagement.jpg') no-repeat center top;
    background-size: cover;
}

.stakeholder_engagement_banner {
    background: url('/img/banner/stakeholder_engagement.png') no-repeat center top;
    background-size: cover;
}

.sdg_banner {
    background: url('/img/banner/sdg.png') no-repeat center top;
    background-size: cover;
}

.more-resources_banner {
    background: url('/img/banner/more-resources.png') no-repeat center top;
    background-size: cover;
}

.investigative_journalism_banner {
    background: url('/img/banner/ija.png') no-repeat center top;
    background-size: cover;
}

.investigative_journalism_fellowship_banner {
    background: url('/img/banner/ijf.png') no-repeat center top;
    background-size: cover;
}

.get-involved_banner {
    background: url('/img/banner/get-involved.png') no-repeat center top;
    background-size: cover;
}

.act-now_banner {
    background: url('/img/banner/act-now.jpg') no-repeat center top;
    background-size: cover;
}


.join-tib-container {
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    padding: 16px 0;
    margin-top: 16px;
}

.page-intro-with-image {
    background-color: #f1f1f1;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.governance-file-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 32px 0;
}

.page-intro-without-image {
    background: #f1f1f1;
}

.page-intro-without-image p {
    color: var(--black-color);
}

.page-no-image {
    margin-top: 56px;
}

.pdf-container {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
    gap: 20px;
}

.pdf-container p {
    flex-basis: 23%;
}

.pdf-container p {
    display: inline-block;
    color: #000 !important;
    margin: 0px !important;
    border: none;
    text-align: center !important;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 4px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.pdf-container p a {
    padding: 82px 8px 32px 8px;
    font-size: 1rem !important;
    background-color: transparent !important;
    background: url(../images/general/icon-pdf.png) no-repeat center 27px;
    background-size: 36px;
    margin: 0 0px 0px 0px !important;
    display: block;
}

.related_story_container {
    padding: 24px;
    margin: 48px 0 16px;
}

h2.related_story_container {
    text-align: center;
    font-size: 1.3rem;
    margin: 4px 0 16px !important;
    padding: 0;
}

.related_story_container p {
    margin: 0 0 6px !important;
}

.related_story_container p:before {
    content: '\203A';
    font-size: 1.4rem;
    color: var(--main-color);
}



.page-intro-with-image h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 3px 0;
}

.page-intro-with-image p {
    font-size: .9rem;
    color: var(--black-color);
    margin: 3px 0;
}

.career-content-container {
    display: flex;
    justify-content: space-around;
    padding: 32px 0 0px;
}

.jobs-icon-container,
.internship-icon-container {
    text-align: center;
}

.with-image-margin {
    margin-top: 12px;
}

.resource-pagination {
    display: flex;
    justify-content: center;
}

button.btn-blue {
    background-color: #2159A8;
    color: #fff;
    padding: 12px 30px;
    font-weight: normal;
    border: none;
    margin: 16px 0;
    font-size: .9rem;
}

button.btn-blue:hover {
    background: #567cb3;
}

figure {
    margin: 0 !important;
}

.page-intro-without-image h3 {
    font-size: 1.2rem !important;
    font-weight: bold;
    margin: 1px 0;
    background: #053b83;
    color: #fff;
    padding: 16px 30px;
    line-height: 1.7;
    text-align: center;
}

.page-intro-content-container {
    padding: 24px;
}

.page-intro-content-container p {
    margin: 0;
}


.flex-center {
    justify-content: center;
}

.flex-center p {
    font-weight: normal !important;
    font-size: .9rem !important;
    color: #282828;
    margin-top: 20px;
}

.no-padding {
    padding: 0 !important;
}

.heading-gap {
    margin: 24px 0 24px !important;
}


.sub-menu-container {
    background-color: #f1f1f1;
    padding: 24px;
    margin: 0;
}

.sub-menu-image-container {
    padding: 24px;
    flex: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card.box-fixed-height .sub-menu-image-container {
    flex: auto !important;
    height: 150px;
}

.sub-menu-image-container.box_without_padding {
    padding: 0px;
    height: 193px !important;
}

.card.box-fixed-height .sub-menu-title-container {
    flex: auto !important;
    height: 66px;
}

.box-small-image {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}

.small-image-box-header {
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.small-image-box-header h3 {
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: bold;
}

.donor-logo-container {
    height: 110px;
    display: flex;
    align-items: flex-start;
}

.donor-logo {
    height: 100px;
}

.search-container {
    margin: 24px 0;
    position: relative;
}

section.inner-page-content p.search-text {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.search-bg {
    background-color: #1188c1;
    padding: 20px;
    border-radius: 12px;

}

.search-textbox {
    background-color: #fff;
    padding: 9px 12px;
    box-shadow: 1px 2px 1px -2px #000;
}

.search-textbox-container {
    position: relative;
}

.search-date-container {
    margin: 12px 0 0;
    border-radius: 4px;
}

.search-date-container label {
    font-size: 1rem;
    color: #2e2e2e;
}

.search-elements {
    position: absolute;
    right: 16px;
    top: 3px;
    border: 1px solid #c0c0c0;
    border-bottom: none;
    height: 43px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 0.9rem;
}

#search-category {
    right: 16px;
    top: 2px;

}

#search-date {
    right: 16px;
    top: 3px;
}

.search-btn {
    background-color: #bad2ff;
    padding: 9px 48px;
    color: #000;
    border: 1px solid #0e71a0;
    box-shadow: 1px 2px 1px -2px #000;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    border: none;
    text-shadow: 0px 1px #f9f9f9;
    border-radius: 4px;
}


.search-form-inner {
    font-size: 0.86rem;
    line-height: 1.7;
}

.mt-16 {
    margin-top: 16px;
}


.search-btn-inner {
    position: absolute;
    top: 12px;
    right: 2px;
}

.content-inner-heading {
    text-align: center;
    margin: 48px 0 32px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #0C4DA2;
}

.icon-small {
    max-height: 122px;
}

.get-engaged-page {
    padding: 0;
}

.our-organisation-box-menu>* {
    margin-bottom: 24px;
}

.sub-menu-title-container {
    flex: 100%;
    align-items: flex-end;
    padding: 12px 8px;
    background: #1e2f4a;

}

.box-title-fixed-height .sub-menu-title-container {
    height: 77px;
}



.sub-menu-title-container p {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}

.join-tib-container h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 6px 0;
}

.section-page-margin {
    margin-top: 64px;
}

.join-tib-container p {
    font-size: 1rem;
    font-weight: normal;
    color: var(--black-color);
    margin: 3px 0 !important;
}

.btn-join {
    background-color: var(--main-color);
}

.btn-join:hover {
    background-color: var(--navber-color);
}

#who-we-are {
    font-family: 'Roboto', sans-serif;
}

.who-we-are-content-container {
    padding: 12px 0;
}

.who-we-are-content-container .left-content h2 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 12px 0;
}

.who-we-are-content-container .left-content p {
    font-size: .9rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 24px 0 0;
    color: var(--navber-color);
}

.who-we-are-content-container .right-content h2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding-top: 24px;
}

.who-we-are-content-container .right-content h2::before {

    content: ' ';
    display: inline-block;
    display: block;

}


.who-we-are-content-container .right-content p {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 12px 0;
    text-align: center;
    color: var(--black-color);
}

.who-we-are-content-container .right-content p::after {
    content: '';
    width: 80px;
    display: block;

    width: 11.42857rem;
    background-color: #000;
    height: 8px;
    top: 24px;
    top: 1.71429rem;
    position: relative;
    margin: 0 auto 24px auto;
    margin: 0 auto 1.71429rem auto;
}

.who-we-are-about-portion {
    background: url('../img/banner/who-we-are-2.jpg') no-repeat;
    background-position: 50%;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
    background-position: top;
    padding: 24px;
}

.about-btn-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-evenly;
}

p.watch_video {
    font-weight: bold;
    color: #fff;
    margin: 3px 0 24px;
    font-size: 1.3rem;
    font-family: 'oswald', sans-serif;
}

.who-we-are-about-content {
    padding: 64px 64px 32px;
    width: 70%;
    margin: 0 auto;
}

.who-we-are-about-content h2 {
    font-size: 1.9rem;
    color: var(--white-color);
}

.who-we-are-about-content p {
    color: #fff;
    margin: 12px 0;
    font-size: .8rem;
}

.image-headline__btn {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: background-color .25s, border-color .25s, color .25s;
    transition: background-color .25s, border-color .25s, color .25s;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    color: #fff !important;
    font-size: .9rem;
    padding: 14px 9px;
    margin-bottom: 32px;
}

.our-organization-submenu-container {
    padding: 24px 16px;
    margin-bottom: 36px;
}

.our-organization-submenu-container h2 {
    font-size: 1rem;
    font-weight: bold;
    color: var(--main-color);
    margin: 6px 0 10px 12px;
}

.sub-menu-arrow {
    color: #080b6c;
    font-size: 14px;
}

ul.our-organization li {
    padding: 3px 0;
    font-size: 0.9rem;
}

ul.our-organization li a {
    color: var(--black-color);
}

ul.our-organization li:hover {
    color: var(--main-color);
}

section.inner-page-content h3 {
    margin: 32px 0 12px;
    font-size: 1.1rem;
    color: var(--main-color);
    font-weight: 600;
}

section.inner-page-content h3.research_heading {
    font-size: 1rem;
}

ul.research_list {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

ul.research_list li {
    margin: 0;
    padding: 0;
    list-style: disc;
    font-size: .9rem;
    line-height: 1.4;
    padding-bottom: 12px;
}



section.inner-page-content h3:first-child {
    margin: 6px 0 12px;
}

.faq-content h3:not(:first-child) {
    margin-top: 36px !important;
}



.get-involved-header-text {
    font-size: 1.3rem !important;
}

section.inner-page-content ul.content-listing li {
    list-style: circle;
    margin-left: 19px;
    padding: 4px 0;
}

section.inner-page-content p a {
    color: var(--main-color);
}

a.btn-blue {
    color: #fff !important;
    font-size: .9rem;
    background: #0C4DA2;
}

table thead th {
    background-color: #32435F !important;
    text-align: center;
    color: #fff;
    padding: 6px;
    border: 1px solid #fff;
    vertical-align: middle;
    font-weight: normal;
}

table tbody th {
    font-weight: normal;
}

table tr td {
    text-align: left;
    font-size: .9rem;
}

/* --Footer Area-- */
#footer_area {
    padding: 48px 0;
    background: #F4F7FC;
    margin-top: 64px;
}

.footer_area_about {
    padding-right: 100px;
}

.footer_area_about p {
    padding-top: 20px;
    padding-bottom: 13px;
}

.footer_area_about h6 {
    padding-top: 5px;
    font-size: 16px;
    color: var(--paragraph-color);
    line-height: 27px;
}

.footer_area_about h6 strong {
    color: var(--black-color);
}

.footer_area_about h6 a {
    color: var(--paragraph-color);
}

.footer_area_about h6 a:hover {
    color: var(--main-color);
}

.footer_heading h3 {
    padding-bottom: 35px;
    color: #033472;
    font-weight: normal;
}

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

.nav_item_footer ul li {
    font-size: .8rem;
    line-height: 1.3;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
}

.nav_item_footer ul li:last-child {
    padding-bottom: 0px;
}

.nav_item_footer ul li a {
    color: var(--black-color);
}

.nav_item_footer ul li a:hover {
    color: var(--main-color);
}

.footer_twitter_area p {
    padding: 10px 0;
}

.footer_twitter_area h6 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

/* -Copyright Area- */
.copyright_area {
    background-color: var(--main-color);
    padding: 15px 0;
}

.copyright_left p {
    color: var(--white-color);
    font-size: 0.75rem;

}

.copyright_right {
    text-align: right;
}

.copyright_right ul li {
    display: inline-flex;
    padding-left: 20px;
}

.copyright_right ul li a {
    color: var(--white-color);
}


/* =========================
        About Page
=========================*/
/* --Common Banner-- */
#common_banner_area {
    background-image: url('../img/common/common-banner.png');
    background-size: cover;
    background-position: center;
    padding: 145px 0;
}

.commn_banner_page h2 {
    color: #fff;
    font-size: 36px;
}

.breadcrumb_wrapper {
    display: flex;
    padding-top: 10px;
}

.show_mobile {
    /* display: none; */
}

.breadcrumb_item {
    padding: 0 10px 0 0;
}

.breadcrumb_item a {
    color: var(--white-color);
}

.breadcrumb_item.active {
    color: #ffffff8c;
}

/* ---volunteer--- */
#volunteer_area_main .volunteer_wrapper {
    margin-bottom: 30px;
}

.volunteer_wrapper {
    z-index: 9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.volunteer_wrapper:hover {
    box-shadow: rgb(0 0 0 / 14%) 8px 20px 22px;
}

.volunteer_img img {
    width: 100%;
}

.volunteer_img {
    position: relative;
}

.volunteer_icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 20px);
    transition: var(--transition);
    opacity: 0;
}

.volunteer_wrapper:hover .volunteer_icon {
    opacity: 1;
    transform: translate(-50%, 0px);
}

.volunteer_icon ul {
    display: flex;
    justify-content: center;
}

.volunteer_icon ul li {
    padding-left: 20px;
}

.volunteer_icon ul li:first-child {
    padding-left: 0px;
}

.volunteer_icon ul li a:hover {
    background: var(--main-color);
}

.volunteer_icon ul li a {
    height: 30px;
    width: 30px;
    background: var(--black-color);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: var(--transition);
}

.volunteer_text {
    padding: 20px 20px;
    text-align: center;
}

.volunteer_text h3 a {
    color: var(--black-color);
}

.volunteer_text h3 a:hover {
    color: var(--main-color);
}

.volunteer_text p {
    padding-top: 6px;
}

#partner_area-2 .owl-carousel .owl-item img {
    width: auto !important;
}

/* --middel Banner-- */
#newletter_banner {
    background-image: url('../img/common/midel_banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.newletter_text h4 {
    color: var(--paragraph-color);
    font-size: 16px;
    position: relative;
    left: -99px;
    top: 0px;
}

.newletter_text h4 img {
    width: 13%;
}

.newletter_text h2 {
    font-size: 30px;
    line-height: 40px;
}

.newletter_button {
    text-align: right;
}

.news_btn {
    padding: 13px 60px;
    font-size: 18px;
}

/* --Testimonial Area-- */
.testimonial_wrapper_boxed {
    background: #FFFFFF;
    box-shadow: -5px -6px 24px rgb(0 0 0 / 2%), 8px 0px 24px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 10px 15px 25px 15px;
    position: relative;
    text-align: center;
    margin: 30px 10px;
}

.testimonial_wrapper_boxed img {
    width: 110px !important;
    margin: 0 auto;
}

.testimonial_wrapper_boxed p {
    padding-top: 25px;
    line-height: 28px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.test_author {
    padding-top: 20px;
}

.test_author img {
    position: absolute;
    top: 77px;
    left: 13px;
    width: auto !important;
}

.test_author h5 {
    padding-top: 5px;
}

.slider_dots.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.slider_dots.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #e03c3366;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider_dots.owl-theme .owl-dots .owl-dot.active span,
.slider_dots.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

#trending_causes_main .card {
    margin-bottom: 30px;
}

/* =========================
    Causes Details Page
=========================*/
.details_big_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.details_big_img img {
    width: 100%;
    transition: var(--transition);
}

.details_big_img img:hover {
    transform: scale(1.3);
}

.causes_pro_bar_flex {
    background: #EEF4F8;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.causes_pro_bar_flex .class-full-bar-box {
    position: relative;
    width: 70%;
}

.details_text_wrapper {
    padding-top: 30px;
}

.details_text_wrapper p {
    padding-top: 15px;
}

.details_text_wrapper h3 {
    padding-top: 15px;
}

.details_small_img {
    padding-top: 30px;
}

.details_small_img img {
    width: 100%;
}

.details_text_wrapper ul {
    padding-top: 10px;
}

.details_text_wrapper ul li {
    padding-top: 15px;
    color: var(--paragraph-color);
}

.details_text_wrapper ul li i {
    font-size: 9px;
    color: var(--main-color);
    padding-right: 10px;
}

.download_pdf_area {
    background: #EEF4F8;
    padding: 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-radius: 8px;
}

.pdf_download_left {
    display: flex;
    align-items: center;
}

.pdf_download_left h4 {
    padding-left: 20px;
}

.comment_area_details {
    padding-top: 80px;
}

.post_comment_item {
    display: flex;
    padding-top: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.post_comment_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.post_comment_img {
    width: 15%;
}

.post_comment_text {
    padding-left: 20px;
}

.post_names_replay {
    display: flex;
    justify-content: space-between;
}

.post_names_replay h5 {
    font-weight: 500;
}

.post_comment_text p {
    padding-top: 10px;
}

.post_names_replay a i {
    padding-right: 5px;
}

.comment_form_area {
    padding-top: 60px;
}

#comment_form .form-control {
    margin-bottom: 30px;
}

textarea.form-control {
    height: auto;
}

.comment_form_area h3 {
    padding-bottom: 30px;
}

/* --sidebar-- */
.sidebar_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.project_organizer_text {
    padding-left: 25px;
}

.project_organizer_text h5 {
    line-height: 13px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}


.project_organizer_text p {
    padding-top: 5px;
}

.project_organizer_text ul li {
    padding-top: 10px;
    color: var(--paragraph-color);
    font-weight: 500;
}

.project_organizer_text ul li img {
    padding-right: 5px;
    width: 36px;
}

.project_organizer_text ul li span {
    color: var(--black-color);
}

.recent_donet_item {
    display: flex;
    padding-top: 25px;
}

.recent_donet_img {
    width: 25%;
}

.recent_donet_text {
    width: 100%;
    padding-left: 15px;
}

.sidebar_inner_heading {
    display: flex;
    justify-content: space-between;
}

.sidebar_inner_heading h4 {
    font-size: 18px;
    font-weight: 600;
}

.sidebar_inner_heading h4 a {
    color: var(--black-color);
}

.sidebar_inner_heading h4 a:hover {
    color: var(--main-color);
}

.sidebar_inner_heading h5 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
}

.recent_donet_text p {
    padding-top: 5px;
}

.recent_donet_text h6 {
    padding-top: 5px;
    font-weight: 500;
}

.sidebar_heading_main {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
}

.recent_causes_wrapper .sidebar_inner_heading h4 a {
    line-height: 26px;
}

.recent_causes_wrapper .recent_donet_text h6 {
    padding-top: 10px;
    font-weight: 500;
}

.social_icon_sidebar ul li {
    display: inline-flex;
    padding-top: 20px;
    padding-right: 15px;
    transition: var(--transition);
}

.social_icon_sidebar ul li:hover {
    transform: translateY(-5px);
}

.social_icon_sidebar ul li a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tags_noted {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}


.event_details_list ul li {
    padding-top: 20px;
}

.event_details_list ul li {
    padding-top: 20px;
    color: var(--paragraph-color);
    font-weight: 500;
}

.event_details_list ul li img {
    padding-right: 5px;
    width: 36px;
}

.event_details_list ul li span {
    color: var(--black-color);
}

.register_now_details {
    padding-top: 40px;
}

/* ----------------------------
        News Page
---------------------------------*/
.blog_two_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.mt-30 {
    margin-top: 30px;
}

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

.blog_two_wrapper img {
    width: 100%;
    transition: var(--transition);
}

.blog_two_wrapper:hover img {
    transform: scale(1.2);
}

.news_two_text {
    position: absolute;
    bottom: 0;
    padding: 30px 20px;
}

.news_two_text h3 a {
    color: var(--white-color);
    padding-top: 11px;
    display: block;
}

.news_two_text h3 a:hover {
    color: var(--main-color);
}

.popular_tags ul {
    padding-top: 10px;
}

.popular_tags ul li {
    display: inline-flex;
    background: #dddddd70;
    padding: 6px 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.popular_tags li a {
    color: var(--black-color);
}

.error_area_content a {
    margin-top: 40px;

}

/* ----------------------------
        login Page
---------------------------------*/
.author_form_area {
    background: #FFFFFF;
    box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 40px 40px;
}

#author_form .form-control {
    margin-top: 15px;
}

.author_submit_form {
    padding-top: 40px;
    text-align: center;
}

.author_submit_form p {
    padding-top: 20px;
}

/* ----------------------------
        contact Page
---------------------------------*/
.contact-person-container {
    display: flex;
    padding: 24px 0;
}

.contact-person-container>div {
    padding: 36px 48px;
    flex-basis: 50%;
    border-right: 3px solid #0f5297;
    background: #311b92;
}

.contact-person-container>div:nth-child(2) {
    border: none;
    background: #0d47a1;
}

section.inner-page-content .contact-person-container h3,
section.inner-page-content .contact-person-container h4 {
    color: #afffec;
    margin-bottom: 8px;
    font-weight: bold;
}

section.inner-page-content .contact-person-container p {
    color: #fff;
    line-height: 1.5;
}

section.inner-page-content .contact-person-container p a {
    color: #fff;
}

.general-enquiry {
    background: #512da8;
    padding: 24px;
    margin: 24px 0px;
    color: #fff;
    text-align: center;
}

section.inner-page-content .general-enquiry h3 {
    color: #afffec;
    font-size: 27px;
    font-weight: normal;
}

section.inner-page-content .general-enquiry p {
    color: #fff;
    text-align: center;
}

section.inner-page-content .general-enquiry p a {
    color: #fff;

}

.box-icon-gap {
    margin-right: 12px;
}

.contact_left_item {
    background: #FFFFFF;
    box-shadow: 8px 10px 24px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.contact_left_text {
    padding-left: 20px;
}

.contact_left_text h3 {
    padding-bottom: 10px;
}

.contact_left_text p {
    font-size: 18px;
    line-height: 28px;
}

.contact_left_text a {
    color: var(--paragraph-color);
    display: block;
    font-size: 18px;
    padding-top: 5px;
}

.contact_left_text a:hover {
    color: var(--main-color);
}

.contact_form_Wrapper {
    background: #FFFFFF;
    box-shadow: 8px 10px 24px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 20px 40px;
}

.contact_form_Wrapper h3 {
    padding-bottom: 20px;
}

#contact_form .form-group {
    padding-bottom: 15px;
}

.contact_map_area {
    margin-top: -115px;
}

/* ----------------------------
        Faqs Page
---------------------------------*/
#faqs_arae_main .about_top_boxed {
    margin-top: 40px;
}

#faqs_arae_main .accordion-item .accordion-button {
    padding: 5px 15px;
}

#faqs_arae_main .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--main-color);
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* ----------------------------
    Make a donetion Page
---------------------------------*/
.sidebar_first .card {
    margin-bottom: 30px;
}

.donet_amount_area {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgb(0 0 0 / 8%), 8px 10px 24px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 55px 25px;
    display: flex;
    justify-content: space-between;
}

.input_donet_amount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.input_donet_amount span {
    font-size: 30px;
}

.input_donet_amount input {
    border: none;
    border-bottom: 1px solid var(--main-color);
    font-size: 24px;
    width: 55%;
}

.input_donet_amount input:focus {
    border-bottom: 1px solid var(--main-color);
    outline: none;
}

.donet_amount_form_area {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 25px 25px;
}


.donet_amount_form_area .form-group {
    margin-top: 30px;
}

.doner_content_pbottom {
    margin-bottom: 30px;
}

.payment_option_area {
    padding-top: 30px;
}

.payment_option_area ul {
    display: flex;
}

.payment_option_area ul li {
    padding-right: 25px;
}

.payment_option_area ul li img {
    cursor: pointer;
}

.payment_amount_submit {
    padding-top: 30px;
}

/* ----------------------------
    Gallery Page
---------------------------------*/
.gallery_item {
    position: relative;
    margin-bottom: 30px;
}

.gallery_item img {
    width: 100%;
}

.gallery_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #ff00003b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.gallery_item:hover .gallery_overlay {
    opacity: 1;
    visibility: visible;
}

.gallery_overlay a img {
    width: auto;
}

/* ----------------------------
    Terms of service Page
---------------------------------*/

.terms_item:first-child {
    padding-top: 0px;
}

.terms_item {
    padding-top: 30px;
}

.terms_item h4 {
    font-weight: 700;
}

.terms_item p {
    padding-top: 15px;
}


/* ----------------------------
    Preloader
---------------------------------*/

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.preloader .lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.preloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--main-color)
}

.preloader .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.preloader .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.preloader .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.preloader .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}



/* ----------------------------
     Top To Bottom
---------------------------------*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: var(--main-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #393953;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%
}

.go-top:hover,
.go-top:focus {
    color: #fff
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d7d7d7;
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title {
    font-weight: 300;
}

.btn {
    font-size: .8rem;
}

.content-inner-btn {
    display: inline-block;
    border: 1px solid #5a769d;
    padding: 0px 6px;
    border-radius: 4px;
    margin-bottom: 5px;
}


.login-form {
    width: 330px;
    margin: 20px;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}

.alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.flash-message-container {
    position: absolute;
    top: 0;
    left: 0;

}

.collage-container {
    background: #e2e2e2;
    padding: 6px;
    margin: 24px 0;
}

.collage {
    display: grid;
    gap: 12px;
    overflow: hidden;

}

.collage-1-collumn {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
}

.collage-2-collumn {
    display: grid;
    grid-template-columns: 1fr 1fr;

    grid-auto-rows: 1fr;
    height: 324px;
}

.collage-3-collumn {
    display: grid;

    grid-auto-rows: 1fr;
    height: 700px;

}

#home-banner img:hover {
    transform: scale(1.03);
    transition: var(--transition);
    box-shadow: 0 8px 6px -6px #858585;
}

.campaign_banner {
    transition: 0.3s;
}

.campaign_banner:hover {
    transform: scale(1.01);
    /* transform: translate(0px, -5px); */
    transition: var(--transition);
    box-shadow: 0 8px 6px -6px #858585;
}

.collage img {
    max-width: 100%;
    height: auto;
}

.tags_container {
    display: flex;
    /* justify-content: space-between; */
    margin: 48px 0 12px;
}

.tags {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 7px;
    margin-right: 12px;
}

.tags a {
    padding: 5px 16px;
    display: inline-block;
    color: #5c5c5c;
}
