/*
/*
@File: AndTour - Travel Agency HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

** Common Style
** Home Page
** About Page
** Causes Page
** Cause Details Page
** Contact Page
** Event Page
** Event Details Page
** Faqs Page
** Gallery Grid Page
** Gallery Slider Page
** Login Page
** Registration Page
** Make Donation Page
** News Page
** News Details Page
** Privacy policy Page
** Terms Service Page
** Testimonials  Page
** volunter Page
** Preloader
** Top TO Bottom


/*================================================
Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&amp;display=swap');

:root {
    --main-color: #ab1019;
    --white-color: #ffffff;
    --black-color: #2A283E;
    --navber-color: #424155;
    --paragraph-color: #818090;
    --bg-color: #EEF4F8;
    --transition: .4s all ease-in-out;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

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

.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 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-transform: capitalize;
}

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

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

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

h5 {
    font-size: 18px;
    font-weight: 400;
}

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

p {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

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

ul {
    padding: 0;
    margin: 0;
}

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

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

.form-control {
    height: 60px;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 16px;
    background: #e03c3314;
}

.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
    outline: none;
    box-shadow: none;
}

.section_padding {
    padding: 100px 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;
}

/* --case-boxed-- */
.case_boxed_wrapper {
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    z-index: 9;
}

.case_boxed_wrapper:hover .case_boxed_img a img {
    transform: scale(1.2) rotate(3deg);
}

.case_boxed_img {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.causes_boxed_text .btn_md {
    margin-top: 30px;
}

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

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

.causes_boxed_text {
    padding: 15px 20px;
}

.causes_boxed_text h3 {
    font-weight: 500;
    line-height: 35px;
}

.causes_boxed_text h3 a {
    color: var(--black-color);
    padding-top: 20px;
    display: block;
}

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

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

.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;
}


.skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.skill-bar {
    width: 100%;
    height: 10px;
    position: relative;
    margin-top: 10px;
}

.skill-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgb(253, 61, 12, 0.2);
}

.skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 100%;
    overflow: visible;
}

.skill-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--main-color);
}

.class-full-bar-box {
    position: relative;
}

.class-full-bar-box .h3-title {
    font-size: 15px;
    line-height: 15px;
    color: var(--black-color);
    font-weight: 600;
}

.class-full-bar-box .h3-title span {
    color: var(--paragraph-color);
    font-weight: 400;
}

.class-full-bar-percent {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 800;
    color: #10161b;
    display: flex;
    align-items: center;
}

.class-full-bar-percent h2 {
    font-size: 17px;
    line-height: 28px;
}

.class-full-bar-percent .h3-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
}

.causes_pro_bar {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: -50px;
    z-index: 999;
    position: relative;
}

/* --Event Boxed Area-- */
.event_left_side_wrapper {
    background: #FFFFFF;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.event_big_img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

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

.event_left_side_wrapper:hover .event_big_img a img {
    transform: scale(1.2) rotate(3deg);
}

.event_content_area {
    position: relative;
}

.big_content_padding {
    padding: 15px 18px;
}

.small_content_padding {
    padding: 15px 18px;
    margin-bottom: 20px;
}

.small_content_padding .event_heading_area {
    padding-top: 7px;
}

.small_content_padding .event_para {
    padding-top: 8px;
    padding-right: 90px;
}

.event_tag_area a {
    font-size: 18px;
    font-weight: 500;
}

.event_heading_area {
    padding-top: 15px;
}

.event_heading {
    padding-right: 90px;
}

.event_heading h3 {
    line-height: 34px;
}

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

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

.event_date {
    position: absolute;
    width: 85px;
    height: 83px;
    text-align: center;
    right: 32px;
    top: 31px;
}

.event_date h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    transform: translate(-50%, -58%);
}

.event_date h6 span {
    display: block;
}

.event_para {
    padding-top: 18px;
    padding-right: 90px;
}

.event_boxed_bottom_wrapper {
    border-top: 1px solid #c4c4c440;
    border-bottom: 1px solid #c4c4c440;
    padding-top: 15px;
    margin-top: 17px;
    padding-bottom: 15px;
}

.event_boxed_bottom_wrapper .row .col-lg-6:last-child .event_bottom_boxed {
    border-right: none;
}

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

.event_bottom_content {
    padding-left: 8px;
}

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

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

.event_button {
    margin-top: 30px;
}

.event_button a {
    width: 100%;
}

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

.section_heading h3 {
    color: var(--paragraph-color);
    font-weight: 400;
    margin-bottom: -30px;
}

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

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

.section_after {
    position: relative;
}

.section_after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-color: var(--white-color);
}

.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: #fff;
    border: 2px solid transparent;
    padding: 7px 20px;
    transition: var(--transition);
    box-shadow: none;
    background: #ab1019;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn_navber:hover {
    background: transparent;
    border-color: #ab1019;
}

.is-sticky .btn_navber {
    border-color: #ab1019;
}


/* =========================
        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;
}

.banner_one_text h1 span {
    font-weight: 700;
}

.banner_one_text .color_big {
    position: relative;
    z-index: 9;
}

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

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

.banner_element img {
    position: absolute;
    box-shadow: 10px 12px 30px rgba(0, 0, 0, 0.1);
}

.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 Area-- */
.about_top_boxed {
    position: relative;
    border-radius: 20px;
    padding: 40px 30px 20px 30px;
    transition: var(--transition);
}

.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_icon img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px -4px 16px rgb(0 0 0 / 6%), 4px 8px 16px rgb(0 0 0 / 10%);
    margin-top: -45px;
}

.about_top_boxed_text {
    padding-top: 20px;
}

.about_top_boxed_text h3 {
    font-size: 30px;
    font-weight: 500;
    padding: 7px 0;
}

.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;
}

.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);
}

/* -- Donate Area-- */
#donate_area {
    background-image: url('https://www.globalhuntfoundation.org/images/ourImpactfaded.jpg');
    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;
}

/* --Counter Area-- */
#counter_area {
    z-index: 9;
}

.counter_area_wrapper {
    background: #ab1019;
    box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 30px 20px;
    margin-top: -100px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.row .col-lg-3:last-child .counter_item {
    border-right: none;
}

.counter_item h2 {
    line-height: 50px;
    padding-top: 10px;
}

.counter_item p {
    font-size: 18px;
    padding-top: 10px;
}

/* --Blog area-- */
#home_blog_area {
    padding: 200px 0 100px 0;
    margin-top: -100px;
}

.blog_card_wrapper {
    background: #FFFFFF;
    box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.blog_card_img {
    overflow: hidden;
}

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

.blog_card_wrapper:hover .blog_card_img a img {
    transform: scale(1.2);
}

.blog_card_text {
    padding: 20px 20px;
}

.blog_card_heading {
    padding-top: 10px;
}

.blog_card_heading h3 {
    line-height: 35px;
}

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

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

.blog_card_heading p {
    padding-top: 13px;
}


.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;
}

/* --Subscribe Area-- */
.subscribe_wrapper {
    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 85px 40px 85px;
}

.subscribe_text h3 {
    font-size: 30px;
    padding-top: 10px;
    line-height: 40px;
}

#subscribe_form .form-control {
    border: 1px solid var(--main-color);
    height: 60px;
    background: var(--white-color);
}

#subscribe_form .btn_md {
    padding: 16px 35px;
    font-size: 18px;
}

/* --Footer Area-- */
#footer_area {
    padding: 100px 0px;
    background: #F4F7FC;
}


.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_navitem_ara h3 {
    padding-bottom: 35px;
}

.nav_item_footer ul li {
    padding-bottom: 20px;
}

.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;
}

.footer_twitter_area ul {
    display: grid;
    gap: 10px;
}

.footer_twitter_area ul li {
    display: flex;
    gap: 13px;
    align-items: baseline;
}

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

.copyright_left p {
    color: var(--white-color);
}

.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;
}

.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 .case_boxed_wrapper {
    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-- */
.project_organizer_wrapper {
    display: flex;
}

.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_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 .case_boxed_wrapper {
    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
}

.footer_area_about img {
    width: 100%;
}

.footer_navitem_ara.wd {
    width: 100%;
    margin-left: 50px;
}

.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%
}



.parallax {
    position: relative;
    height: 420px;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.alt-font.text-white.text-uppercase.text-small.margin-20px-bottom.wow.fadeInUp h2 {
    margin: 60px 0 25px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 55px;
}

p.p-para {
    font-size: 17px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 28px;
}

a.btn-primary.btn.btn-large.button.border-radius-4.margin-5px-all.md-margin-15px-bottom.sm-margin-lr-auto.sm-display-table.wow.fadeInUp {
    font-size: 15px;
    padding: 12px 29px;
    line-height: 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #34812c;
    border-color: #34812c;
}

i.fa.fa-arrow-right {
    margin-left: 6px;
}

a.btn-danger.btn.btn-large.button.border-radius-4.margin-5px-all.md-margin-15px-bottom.sm-margin-lr-auto.sm-display-table.wow.fadeInUp {
    font-size: 15px;
    padding: 12px 29px;
    line-height: 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.margin-5px-all {
    margin: 5px;
}

.counter_area_wrapper.gh {
    margin-top: -40px;
    padding: 14px 20px;
}

.counter_item.gg {
    text-align: center;
    border-right: 1px solid #eeeeee;
    display: flex;
    gap: 6px;
}

.set1 img {
    width: 70%;
}

.counter_item.gg h2 {
    line-height: 26px;
    padding-top: 4px;
    font-size: 26px;
}

.set2 h2 {
    display: inline;
}

.set2 span {
    display: inline;
    margin-left: 6px;
    font-size: 22px;
    font-weight: 600;
}

.set2 {
    color: #fff;
}

.counter_item.gg .set1 img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(271deg) brightness(102%) contrast(103%);
}

.set2 p {
    font-size: 13px;
    padding-top: 0px;
    color: #fff;
}



.img_box {
    background-image: url(https://www.actionaidindia.org/sponsor-a-child-new/img/infograf.jpeg);
    height: 37.6rem;
    background-size: cover;
}

.lab-bg {
    background: url(https://www.sahyogcare4u.org/img/bg-dot.jpg) top center repeat;
    padding: 70px 0;
    overflow: hidden;
}

section#upcoming_events {
    padding-bottom: 0px;
}

.tittkew {
    text-align: left;
    margin-bottom: 14px;
    font-size: 40px;
}

section.lab-bg p {
    line-height: 1.9;
    text-align: justify;
}

h2.tittkew span {
    color: #F6A61D;
}

a.btn.cbtn-2 {
    background-color: #e03c33;
    color: #fff;
    margin-top: 30px;
}

.cimg img {
    border-radius: 0 58px 0;
    box-shadow: none;
}

.text-deep-green {
    color: #34812c;
    font-size: 28px;
}

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

.margin-5px-bottom {
    margin-bottom: 5px;
}

.width-100 {
    width: 100%;
}


/* my style  */


.work_item {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    transition: all .5s ease 0s;
}

.work_item img.img-fluid.main_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease 0s;
    transform: scale(1);
}

.work_item:hover img.img-fluid.main_img {
    transform: scale(1.1);
    transition: all .5s ease 0s;
}

.work_item:hover figcaption {
    padding: 25px;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    opacity: 1;
    cursor: pointer;
}

.work_item:hover .center_img h3 {
    bottom: 30px;
    opacity: 1;
}

.work_box .row {
    gap: 20px 0px;
}

.work_item figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 1;
    text-align: center;
}

.center_img h3 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    opacity: 0;
    text-transform: capitalize;
    transition: all 1s ease 0s;
    color: #fff;
    width: 100%;
    font-size: 20px;
}

.center_img {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px;
}

.center_img img {
    transform: scale(0.5);
    width: 220px !important;
    position: absolute !important;
    left: 20% !important;
    top: 32px !important;
}


.bg1 {
    background: #c53745 !important;
}

.bg2 {
    background: #57a750 !important;
}

.bg3 {
    background: #f05747 !important;
}

.bg4 {
    background: #a13253 !important;
}

.bg5 {
    background: #701598 !important;
}

.bg6 {
    background: #155197 !important;
}

a.navbar-brand img {
    width: 54%;
}

a.navbar-brand {
    width: 11%;
}

.main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 13px;
}


section.banner_sec {
    padding: 0;
}

.banner_sec .item {
    height: 500px;
    position: relative;
    width: 100%;
}

.banner_sec .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.owl_navigation.owl-carousel .owl-nav button.owl-next,
.owl_navigation.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.owl_navigation.owl-carousel:hover .owl-nav button.owl-next,
.owl_navigation.owl-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
}

.owl_navigation.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.owl_navigation.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}


/*============================== banner slider end  ================================*/


.older {
    padding: 70px 0;
    background-image: url(../img/banner/old-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.old-box {
    background: #fff;
    padding: 20px 30px;
    box-shadow: none;
}

.tittkew {
    text-align: left;
    margin-bottom: 14px;
    font-family: Righteous, cursive;
    font-size: 40px;
    text-transform: capitalize;
}


.old-box p {
    text-align: justify;
}

.cbtn-3 {
    background-color: #fdd831;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: none;
    margin-top: 25px;
}

.cbtn-3:hover {
    background-color: #c39310;
}

.mobile_topbar {
    display: none;
}

.my_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

section.Foundation_work {
    padding-bottom: 100px;
}

.my_heading h2 {
    width: 60%;
    margin: auto;
}

.my_heading p {
    margin-top: 20px;
}

.section_heading h5 {
    margin-top: 20px;
    font-size: 16px;
}

.main_bg_box .row {
    gap: 50px 0px;
}

.abc_box {
    padding: 10px;
    text-align: center;
    overflow: hidden;
    box-shadow: 2px 6px 10px 0px #66666652;
    transition: .3s ease;
}

.abc_box:hover .overlay {
    transform: scale(1);
}

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

.ad_box {
    position: relative;
    overflow: hidden;
    height: 186px;
}

.ad_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s ease;
    transform: scale(1);
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

span.daysnight {
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    text-transform: capitalize;
    color: #fff;
}

.servicestext a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: #666;
}

.text {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.cimg1 iframe {
    width: 100%;
    height: 100%;
}

.cimg1 {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

h2.tittkew.kkh {
    text-align: left;
    margin-bottom: 14px;
    font-family: Righteous, cursive;
    font-size: 37px;
}


/* new_page */
.inner_banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_banner {
    z-index: 0;
    position: relative;
    height: 350px;
}

section.inner_banner::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 1;
}

.inner_banner_caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.inner_banner_caption h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.inner_banner .breadcrumb {
    background: transparent;
    justify-content: center;
    margin-top: 30px;
}

.inner_banner .breadcrumb li,
.inner_banner .breadcrumb li a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
    gap: 70px;
    align-items: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
    content: "/";
    font-weight: 900;
    margin: 0px 10px;
}

section.Foundation_work.about_f {
    padding: 100px 0px;
}

.cmsmasters_row_outer_parent {
    padding: 100px 0px;
    background: url(../img/gallery/11.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: fit-content;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.cmsmasters_row_outer_parent::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: -1;
}

.featured_block_text {
    text-align: center;
}

h2.cmsmasters_heading {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
}

h2.cmsmasters_heading::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 200px;
    background: #fff;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#cmsmasters_fb_qm8twm0j0d .featured_block_inner {
    width: 89%;
    padding: 0 10% 0 10%;
    text-align: center;
    margin: 0 auto;
}

.cmsmasters_text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#cmsmasters_fb_qm8twm0j0d {
    padding-top: 100px;
    padding-bottom: 100px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.cmsmasters_row_outer {
    width: 100%;
    padding: 0px 20px;
}

/* contact us page  */
section.contact_us_sec {
    padding: 100px 0px;
    background: url(../img/gallery/line.png) no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
}

.cont_main {
    display: flex;
    gap: 80px;
}

.cont_box {
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 18%);
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.box_img {
    margin-left: -70px;
}

ul.address {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.cont_address h2 {
    font-size: 30px;
}

ul.address li a {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 18px;
}

.g_map {
    height: 450px;
}

.g_map iframe {
    width: 100%;
    display: block;
    height: 100%;
}

section.cont_form_area {
    padding: 0px 0px 100px;
}






.cont_form {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}

.cont_form_area .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
    margin-bottom: 20px;
}

.cont_form_area textarea {
    height: 100px !important;
    resize: none;
}

h3.elementor-image-box-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* gallery  */

/* =============================gallery ===============================*/
section.grid-section {
    padding: 100px 0px;
}

.grid_gallery_wrapper {
    display: grid;
    grid-template-rows: repeat(5, 220px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.grid_gal {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.048)
}

.grid-img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.grid-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.grid-img img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}

.grid_gal:nth-of-type(1) {
    grid-row: 1/3;
}

.grid_gal:nth-of-type(2) {
    grid-column: 2/4;
}

.grid_gal:nth-of-type(5) {
    grid-row: 2/4;
    grid-column: 3/4;
}

.grid_gal:nth-of-type(7) {
    grid-column: 1/3;
}

.grid_gal:nth-of-type(8) {
    grid-row: 3/5;
    grid-column: 4/5;
}

.grid_gal:nth-of-type(10) {
    grid-column: 2/4;
}

.grid_gal:nth-of-type(13) {
    grid-column: 3/5;
}

.overly {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to top, black, transparent);
    bottom: -53px;
    padding: 29px 15px 10px;
    transition: .5s;
}

.overly h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.grid_gal:hover .grid-img {
    transform: scale(1.3);
    transition: .5s;
}

.grid_gal:hover .overly {
    bottom: 0px;
    transition: .5s;
}

.video_item {
    width: 100%;
    margin-top: 20px;
}

iframe {
    width: 100%;
    height: 230px;
    border-radius: 6px;
    box-shadow: 0 5px 11px rgb(10 10 10 / 27%);
}

.row.vid_row {
    gap: 30px 0px;
}

.product_video_area {
    padding: 100px 0px;
}

/* =====================gallery page======================== */
/* our vision page  */

section.our_vision_sec {
    padding: 100px 0px;
    background: url(../img/gallery/11.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: fit-content;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.our_vision_sec::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 75%);
    position: absolute;
    z-index: -1;
}

.box_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}


.w_box {
    padding: 50px;
    height: 100%;
}

.w_box h3 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 800;
}

.w_box h3 span {
    color: #f6a61d;
}

.w_box p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.main_area {
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid #fff;
}

.w_img {
    width: 100%;
    height: 100%;
}

.w_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* work page  */

.our_work_section.work_page {
    padding: 100px 0px;
}

/* our_team_sec  */
section.our_team_sec {
    padding: 100px 0px;
}

.our_team_header {
    margin-bottom: 50px;
}

.team_cont h2.tittkew.kkh {
    font-size: 42px;
    position: relative;
}

.team_cont h2.tittkew.kkh::after {
    content: "";
    position: absolute;
    height: 70px;
    width: 5px;
    background: #F6A61D;
    border-radius: 30px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.row.main_row {
    gap: 50px 0px;
}

.our_team_item {
    box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
    text-align: center;
    overflow: hidden;
}

.image_team {
    height: 360px;
    width: 100%;
}

.image_team img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team_cont {
    padding: 30px 20px;
}

ul.topbar-list-right.team_social {
    justify-content: center;
    margin-top: 20px;
}

.team_cont h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

span.pos {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    color: #f22;
    font-weight: 500;
}

section.moto_sec {
    padding: 100px 0px;
    position: relative;
    background: #000;
}

section.moto_sec::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../img/banner/hand.jpg) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.abcd_cont {
    padding-left: 80px;
}

.abcde_cont h2,
.abcd_cont h2 {
    color: #fff;
}

.abcde_cont p {
    margin-bottom: 30px;
    text-align: justify;
}

.abcd_cont p {
    margin-bottom: 30px;
    text-align: justify;
}

.abcde_cont {
    padding-right: 80px;
}

section.moto_tw_sec {
    padding: 100px 0px;
    position: relative;
    background: #000;
}

section.moto_tw_sec::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../img/banner/Charities-view.jpg) no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
}

section.invoide_sec {
    padding: 100px 0px;
}

.invoide_heading p {
    margin: 20px 0px;
}
.navbar-area.is-sticky {
    padding: 5px;
}



.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: rgb(171 16 25);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#ca983f, rgb(171 16 25));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
   text-align:left;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 2.0;
    letter-spacing: 0.03em;
    z-index: 3;
    font-weight: 500;
    text-align:left;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: rgb(171 16 25);
}
.main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 12px;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #ab1019;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

section.global_sec {
    margin: 70px 0px;
}

section.global_map_sec {
    background: #eee;
    padding: 100px 0px 50px;
}

section.global_map_sec .tittkew {
    text-align: center;
}

.new-program-map {
    position: absolute;
    top: 100px;
    right: 90px;
}

.world-map {
    margin-top: 50px;
}

.new-program-map ul {
    position: relative;
    display: grid;
    align-items: center;
    gap: 5px;
}

.new-program-map p {
    margin-top: 10px;
}

.new-program-map ul li {
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    font-size: 1rem;
    padding-right: 15px;
    list-style-type: none;
}

.new-program-map ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 2px;
}

.cls-12:hover,
.cls-13:hover,
.cls-14:hover,
.cls-16:hover,
.cls-18:hover,
.cls-20:hover,
.cls-2:hover,
.cls-3:hover,
.cls-5:hover,
.cls-6:hover,
.cls-7:hover {
    fill: #1c1d30;
    cursor: pointer;
}

.new-program-map ul li.fundrizing::before {
    background: #333;
}

.new-program-map ul li.program::before {
    background: #e4701d;
}

section.cont_form_area.cont_atrae {
    padding: 100px 0px;
}

.gov_partners_area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 30px;
    margin-top: 70px;
}

.gov_partners_item {
    background: rgb(238, 238, 238);
    text-align: center;
    height: 160px;
    width: 100%;
    border-radius: 10px;
}

.gov_partners_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 20px;
}

section.cont_form_area.cont_atrae {
    padding: 0px 0px;
}

.inner_banner_caption h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

section.health_section {
    padding: 80px 0px;
}

.hl_head h2 {
    font-weight: 900;
    width: 100%;
    font-size: 30px;
    text-transform: capitalize;
    color: #004e7e;
}

.row.mgg {
    margin-top: 50px;
}

section.ff_section {
    padding: 80px 0px 0px;
    background: url("https://cdn-fafdh.nitrocdn.com/LJblFWetqxQwpxLlMEJbgxSdxZQqLEBG/assets/static/optimized/rev-82a76f8/wp-content/themes/careindia/images/education/bg.jpg") repeat;
    color: #fff;
}

span.icon11 {
    height: 70px;
    width: 70px;
    display: block;
}

span.icon11 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.left_ser {
    display: grid;
    gap: 50px;
}

.text22 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fba704;
}

.text22 p {
    color: #fff;
    font-size: 16px;
}

.left_ser .row .col-sm-9 {
    padding: 0;
}

.our_volunteers {
    background-color: #f7f7f7;
    border-top: 3px solid var(--main-color);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.vol_img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.vol_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vol-cont {
    text-align: center;
    background-color: var(--main-color);
    padding: 15px;
    color: #fff;
}

.vol-cont h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}



.vol-cont h5 {
    line-height: 25px;
    font-size: 16px;
    text-transform: capitalize;
}

.gov_partners_item.bg_r {
    background-color: var(--main-color);
}

.working_area_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.working_model_sec {
    margin-top: 50px;
}


.work_item {
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-top: 5px solid var(--main-color);
    border-radius: 20px;
}

.work_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.out_rech_sec {
    padding: 0px 0px 80px;
}

.main_on {
    display: grid;
    gap: 60px;
}

a.btn.btn_md.btn_theme.my_btn {
    padding: 10px 15px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
    width: fit-content;
    box-shadow: 0px 4px 4px 0px #707070;
}

section.global_sec .cimg1 {
    height: 300px;
}

p.khh {
    margin-bottom: 15px;
}

.ddi svg {
    height: 100px;
    width: 100px;
}

.ddi {
    margin: 15px 0px;
}

.ddi svg path {
    fill: #ab1019;
}

.weew {
    background-color: #f7f7f7;
    border-top: 3px solid var(--main-color);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

h5.jju {
    font-size: 16px;
    text-align: center;
    background-color: var(--main-color);
    padding: 15px;
    color: #fff;
    line-height: 22px;
}

.ddjd p {
    margin-bottom: 15px;
    line-height: 28px;
}

.row.dop_area {
    margin-top: 50px;
}

.mmmpo h2 {
    margin-bottom: 20px;
}

.hhg1 img {
    border-radius: 10px;
}

.blog_area.our_volunteers {
    padding: 30px;
    text-align: left;
    box-shadow: 0px 8px 10px #44444452;
}

.blog_area.our_volunteers h5 {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--main-color);
}

.blog_area.our_volunteers h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 15px 0px;
}

.blog_area.our_volunteers p {
    text-align: justify;
    margin-bottom: 15px;
}

a.btn.btn_navber.new_btn {
    display: table;
    margin-left: auto;
}

section.global_sec.blog_sec .row {
    gap: 30px 0px;
}



/* form sec  */

section.login_sec {
    padding: 20px 0px 80px;
    position: relative;
}
.main_from {
    padding: 20px 30px;
}
.main_cont {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    min-height: 550px;
    margin: auto;
}

h1.ppo {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
}

.form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.form-container .form_control {
    background: #eee;
    border: none;
    padding: 12px 15px;
    /* margin: 8px 0; */
    width: 100%;
    color: #767676;
    font-size: 14px;
}

button.sg_btn {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background: #ff445c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 20px;
}

button:active {
    transform: scale(.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background: transparent;
    border-color: #fff;
}



section.login_sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: url(../img/banner/donate.png) no-repeat;
    height: 100%;

}

.main_cont {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    min-height: 550px;
    margin: auto;
}

h1.ppo {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

span.kkjh {
    display: block;
    margin-bottom: 10px;
    color: #757575;
}

.main_from form {
    background: #fff;
    display: flex;
    flex-direction: column;
    /*padding: 0 50px;*/
    height: 100%;
    justify-content: center;
    text-align: left;
    gap: 10px;
}

p.jkh {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.main_from .form_control {
    background: #eee;
    border: none;
    padding: 12px 15px;
    /* margin: 8px 0; */
    width: 100%;
    color: #767676;
    font-size: 14px;
}

.form-group.osd {
    position: relative;
}

.password-icon {
    position: absolute;
    top: 37%;
    transform: translateX(-50%);
    right: 10px;
    line-height: 1;
    font-size: 20px;
    color: #767676;
}

.fg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

button.sg_btn.custom_btn.btn {
    border: 2px solid #ff4b2b;
    background: #ff445c;
    color: #fff;
    padding: 11px;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 18px;
    line-height: 1;
    width: 100%;
     border-radius: 10px;
}

button.sg_btn.custom_btn.btn:hover {
    border: 2px solid #ff4b2b;
    background: #fff;
    color: #ff4b2b;
    padding: 10px;
    text-transform: capitalize;
    transition: 0.5s;
}

.dddd44 {
    margin-top: 30px;
    font-size: 18px;
}


p.ppo {
    color: #fff;
    margin: 10px 0;
}

a.ddfgg {
    font-size: 16px;
}

p.lllk {
    color: #fff;
    margin: 10px 0px;
}
section.our_certification_sec {
    padding: 80px 0px;
    background: #d9d9d9;
}

.cer_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
section.main_report_sec {
    padding: 20px 0px;
    background: #ebebeb;
    box-shadow: 0px -6px 10px 0px #70707082;
}

.nht h5 {
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #3c3c3c;
}

.nht h5 b {
    color: #ab1019;
}
a.nav-link.my_nb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

button.btn.btn-primary.abbd {
    margin: 20px 0px;
}

.card.card-body.my_nnp_card .form-control {
    height: auto;
    margin-bottom: 20px;
    background: #e5e5e5;
    padding: 10px 10px;
    color: #333;
}
.form-row.row {
    align-items: center;
}
.login-page.bk-img {
    padding: 50px 0px;
}
.form-control.mb {
    margin-bottom: 20px;
    background: #ebebeb;
    color: #979797;
    height: auto;
}
label.text-uppercase.text-sm {
    margin-bottom: 8px;
    line-height: 1;
}
h1.text-center.text-bold.mt-2x {
    margin-bottom: 20px;
    font-weight: 600;
}
.well.pt-2x.pb-3x.bk-light.text-left .form-group {
    margin-bottom: 15px;
}
.login-page.bk-img.pot {
    position: relative;
    padding: 0;
}
.login-page.bk-img.pot img {
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
}

.form-content.my_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_form {
    padding: 20px;
    background: #ffffff9e;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 3px #00000073;
}

button.btn.btn-primary.btn_navber {
    width: 100%;
}
.main_from p.text-dark {
    margin-top: 25px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.main_from h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}
button.btn.btn-primary.btn_navber:hover {
    color: #ab1019;
}

section.tnk_sec {
    padding: 50px 0px;
}

h1.site-header__title {
    font-weight: 600;
}

.fadf_icoon {
    height: 100px;
    width: 100px;
    border: 5px solid #00a347;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    font-size: 50px;
    color: #00a347;
}

.donate_now {
    padding: 80px 0px;
}



section.cont_form_area.cont_atrae {
    display: none;
}





/*=============================== new_style 25-10-2022 ====================================*/