.header-top {
        background: #dc7414;
}
.hero-area-three {
    background-image: url('img/slider-1.jpg');
}
.transparent_btn {
    background: transparent;
    border: 1px solid #dc7414;
    color: #dc7414;
}
.donate-section-two {
    position:relative;
    padding:50px 0;
}
.donate-section-two:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #048ad2;
    top: 0;
    z-index: -1;
    border-radius: 0 0 100px 100px;
}
.text_white {
    color:#fff !important;
}
.case_section {
        background: #048ad2;
    padding: 50px 0;
    margin-top: 50px;
}
.nav.nav-tabs {
    border-bottom: 0;
    background: #84bd20;
    border-radius: 30px;
    width: 388px;
    margin: 0 auto 40px;
}
.support-a-life-details {
        background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px #676767;
    margin-bottom: 20px;
}
.support-a-life-details img {
        width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.support-a-life-details h3 {
        font-size: 20px;
    margin-bottom: 10px;
}
.support-a-life-details h3 span {
        color: #dc7414;
    font-size: 13px;
}
.support-a-life-details .all-button {
        margin-top: 10px;
}
.nav-tabs .nav-link {
        border: 0;
    width: 190px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
}
.nav-tabs .nav-link.active {
        border: 0;
        background: #dc7414;
    border-radius: 30px;
    color: #fff !important;
}
/*.nav-tabs .nav-link.active:first-child {
    background: #dc7414;
}
.nav-tabs .nav-link.active:last-child {
    background: #84bd20;
}*/
.domation_form {
    padding: 50px 0;
}

.donation-form {
      box-shadow: 0 0 20px #d4d1d6;
    padding: 50px;
    border-radius: 12px;
}
.donation-form .form-group {
    margin-bottom:15px;
}
.hero_caption .title {
    display: block;
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 30px;
    color: #fff;
}
.hero_caption .key-title {
    color: #dc7414;
    font-size: 20px;
    line-height: 30px;
}
.hero-count-section {
    padding-top: 60px;
    padding-right: 100px;
}
.hero-count-section .hero-count {
    position: relative;
}
.hero-count-section .hero-count:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    background-color: var(--hero-area-three-bg3);
    width: 1px;
    height: 100%;
}
.hero-count-section .hero-count h4 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
}
.hero-count-section .hero-count .pera {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.slider_hero, 
.slider_hero .carousel-item{    
    position:relative;
}
.slider_hero .carousel-item:before {
    content:'';
    background: linear-gradient(95deg, black, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider_hero .hero_caption {
    position: absolute;
    top: 25%;
    left: 10%;
    max-width: 600px;
}
.mision_vision {
        padding-bottom: 70px;
}
.mision_vision .box_mission {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.mision_vision .box_mission img {
        width: 200px;
}
.mision_vision .box_mission h3{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.mision_vision .box_mission p {
    
}
.services_page {
    padding:50px 0;
}
.img_bor {
    border-radius: 10px;
    box-shadow: 0 0 20px #766f6f;
}
.document_page {
        padding: 50px 0;
}
.document_box {
    position: relative;
    box-shadow: 0 0 20px #9d9494;
    border-radius: 20px;
    margin-bottom: 30px;
}
.document_box a {
        display: block;
}
.document_box img {
        width: 100%;
    height: 270px;
    border-radius: 20px;
}

.document_box p {
        position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.whatsapp_icon {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 18px;
}
.whatsapp_icon img {
    width: 70px;
}
.call_icon {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 25px;
}
.call_icon img {
    width: 60px;
}
.helpful-area-three .helpful-card {
    text-align:center;
}
.helpful-card img {
    width: 100px;
}
.helpful-card p {
    font-size: 35px;
    font-weight: 700;
    color: #f58717;
}
.helpful-card h4 {
    font-size: 18px;
    padding: 10px 0;
}
@media (max-width:767px) {
    .contact-info {
         display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;   
    }
    .breadcrumb-bg {
        padding:25px 0;
    }
    .contact-section .contact-list .contact-icon-list .single-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .contact-section .contact-list .contact-icon-list .single-icon i {
        font-size: 14px;
    }
    .hero_caption .key-title {
        color: #dc7414;
        font-size: 12px;
        line-height: 0;
    }
    .hero_caption .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .hero_caption .pill-btn {
        font-size: 11px;
        padding: 5px 10px
    }
    .slider_hero .hero_caption {
        max-width: 245px;
        left: 15%;
    }
    .slider_hero .carousel-item img {
        height: 200px;
        object-fit: cover;
    }
    .header-area-three .main-header .top-menu .contact-info .pera {
        font-size: 12px;
    }
    .header-area-three .main-header .top-menu {
        justify-content: center;
    }
    .line_phone_none {
        display:none;
    }
    .nav.nav-tabs {
            width: 290px !important;
    }
    .nav-tabs .nav-link {
            width: 140px;
                    font-size: 13px;
    }
    .footer-link .logo {
        text-align:center;
    }
    .footer-link p {
        text-align:center;
    }
    .footer-wrapper .footer-imp-link {
        padding: 0px;
    }
    .donation-form {
        padding:20px;
    }
    .gallery-area {
        margin:0px 10px 50px;
    }
}

.policy_page {
    padding:50px 0;
}
.policy_page h2 {
        margin-bottom: 10px;
    font-size: 25px;
}
.policy_page h3 {
        margin-bottom: 10px;
    font-size: 22px;
}
.policy_page li {
        line-height: 30px;
}
.policy_page p {
        line-height: 30px;
}
.policy_page a {
    color:blue;
}
.img_border {
    border-radius: 10px;
    box-shadow: 0 0 10px #5c5757;
}