@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

* {
    font-family: 'Nunito Sans', sans-serif;
}

.custom-container {
    max-width: 1400px;
    margin: 0 auto;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 111;
}

body {
    color: #333;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #e04622;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    color: #1f449b;
    cursor: pointer;
}

.btn-primary {
    /* height: 50px; */
    /* width: 188px; */
    /* border-radius: 121px; */
    background: #e04622;
    border: 1px solid #e04622;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #fff;
    color: #e04622;
    border-color: #e04622;
}

.main-section {
    padding: 80px 0px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 19px;
}

.section-title h2 span {
    color: #e04622;
    font-weight: 800;
    border-bottom: 2px solid #e04622;
}

.section-title h3 {

    font-size: 1.8rem;

    font-weight: 800;

    margin-bottom: 0;
}

.section-title p.lead {

    letter-spacing: 0.5px;

}

.section-sub-title {
    width: 80%;
}

.section-sub-title p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

p {
    color: #5e5e5e;
}

.hero-section-slider {
    position: relative;
}

.team-image img {
    height: 100%;
    object-fit: cover;
    min-width: 100%;
}

/* slick slider */

.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    /* font-size: 40px; */
}

.slick-dots button {
    font-size: 0px;
    border: none;
    background: transparent;
    width: 15px;
}

.slick-dots li {
    font-size: 30px;
    margin: 0px 5px;
    color: #fff;
}

.slick-dots li.slick-active::marker {
    color: #e04622;
}

.sliding-part {
    position: relative;
}

.slider-btn {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -45px;
}

.slider-btn span {
    /* height: 35px;
      width: 35px;
      border-radius: 40px;
      border: 1px solid #333;
      display: flex;
      justify-content: center;
      align-items: center; */
}

.slider-btn span:hover {
    cursor: pointer;
}

.slider-btn i {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    opacity: 0.5;
}

.slider-btn .prev:hover i {
    opacity: 1;
}

.slider-btn .next:hover i {
    opacity: 1;
}

.slider-btn .prev {
    margin-left: 20px;
}

.slider-btn .next {
    margin-right: 20px;
}

.large-res-item {
    display: block;
}

.small-res-item {
    display: none;
}

/* --------------------------------------
  header-navbar
  -------------------------------------- */

header {
    /* max-width: 1400px;
    margin: auto; */
}

.top-header {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
}

.top-header .phone-mail h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
}

.top-header .social-media a {
    font-size: 14px;
    margin: 7px;
}

.logo-primary {
    height: 50px;
    overflow: hidden;
    margin-right: 30px;
}

.logo-primary img {
    height: 100%;
    object-fit: cover;
}

.navbar {
    position: sticky;
    justify-content: space-between;
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 18px 15px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #e04622;
    border-bottom: 3px solid #e04622;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e04622;
    border-bottom: 3px solid #e04622;
}

/* ------------------------------------
hero section
------------------------------------- */

.hero-section {
    position: relative;
}

.hero-section::before {
    content: "";
    background: linear-gradient(90deg, black, transparent);
    height: 100%;
    width: 100%;
    /* z-index: 2; */
    display: block;
    position: absolute;
}

.hero-section .hero-image {
    height: 600px;
    overflow: hidden;
}

.hero-section .hero-image img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 80%;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-content .btn {
    border-radius: 34px;
    padding: 12px 40px;
    text-transform: none;
    font-size: 18px;
}

.hero-content h2 {
    font-size: 17px;
    font-weight: 500;
    /* line-height: 50px; */
    /* text-transform: uppercase; */
}

.hero-content h2 span {
    font-size: 50px;
    font-weight: 900;
    /* text-transform: none; */
    display: block;
    line-height: 50px;
    margin-top: 10px;
}

.hero-content P {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(255 255 255 / 79%);
}

/* 
carousel
 */
.carousel a {
    color: #fff;
}

/* .carousel {
    background-color: #148af944;
} */
.carousel-caption {
    background-color: #9b571f;

    right: unset;
    bottom: unset;
    left: unset;
    z-index: 10;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.carousel-item {
    height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    visibility: hidden;
}

@media only screen and (max-width: 480px) {
    .carousel-item {
        height: 40vh;
    }
}

.carousel-item.active {
    display: flex;
    visibility: visible;
}

/* ---------------------------------------
seprate existance
----------------------------------------- */

.seprate-existance {}

.existance-content {}

.existance-content p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 4px;
}

.existance-content h3 {
    font-size: 40px;
    color: #e04622;
    font-weight: 700;
}

.existance-box {
    height: 320px;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px;
}

.existance-image {
    overflow: hidden;
    height: 60px;
}

.existance-image img {
    height: 100%;
    object-fit: cover;
}

.existance-box h4 {
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0px;
}

.existance-box p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

/* ----------------------------------
    About Us section
    ------------------------------ */
.about-us {
    padding: 50px 0 50px 0;
}

/* partners */

.partners img {
    object-fit: scale-down;
}

/* ---------------------------------------
what we do section
-------------------------------------- */

.what-we-do {
    background-color: #f7f7f7;
    padding: 50px 0 30px 0;
}

.what-we-do-list {}

.what-we-do-image {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.what-we-do-image img {
    height: 100%;
    object-fit: scale-down;
    min-width: 100%;
}

.what-we-do-list h4 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 15px 5px;
    text-align: center;
}

.what-we-do-list h4 a {
    color: #000;
}

/* ---------------------------------
featured stories
-------------------------------- */

.featured-stories {}

.featured-stories-list {
    position: relative;
}

.featured-stories-list::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    color: black;
    background: linear-gradient(0deg, black, transparent);
}

.featured-stories-image {
    height: 470px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-stories-image img {
    height: 100%;
    object-fit: cover;
}

.featured-date-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
}

.featured-date-title .featured-date {}

.featured-date-title .featured-date h4 {
    font-size: 12px;
    font-weight: 500;
}

.featured-date-title .featured-title {
    margin-top: 15px;
}

.featured-date-title .featured-title h4 {
    font-size: 20px;
    font-weight: 800;
}

/* ---------------------------------
promotion section
---------------------------------- */

.promotion-section {
    background-image: url("../image/promotion-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -1000px;
    position: relative;
}

.promotion-section::before {
    content: "";
    position: absolute;
    color: #e04622;
    height: 100%;
    width: 100%;
    /* z-index: 5; */
    background: #e04622;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.promotion-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.promotion-title {}

.promotion-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}

.promotion-title p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}

.promotion-section .btn-primary {
    color: #e04622;
    background: #fff;
}

/* -------------------------------
footer
-------------------------------- */

footer {
    background: #141414;
    color: #fff;
    padding: 50px 0px 0px 0px;
}

.footer-content h4 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #e04622;
}

.footer-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.footer-content a {
    color: #fff;
    margin: 8px 0px;
}

.footer-content a:hover {
    color: #e04622;
}

.bottom-footer {
    margin-top: 30px;
    background: #000;
    height: 44px;
}

/* -----------------------------------
about us page
----------------------------------- */

.hero-section-about::before {
    background: rgb(224 70 34 / 50%);
}

.hero-section-about .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hero-section-about .hero-content h2 {
    font-size: 45px;
    font-weight: 800;
}

.hero-section-about .hero-content .btn-primary {
    background-color: #fff;
    color: #e04622;
}

.about-us-first .section-image {
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
}

.about-us-first .section-sub-title {
    width: 100%;
}

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

.about-us-list {}

.about-us-list ul {}

.about-us-list ul li {
    position: relative;
    font-size: 18px;
    color: #5e5e5e;
    margin: 8px 0px;
    padding: 0px 0px 0px 30px;
}

.about-us-list ul li i {
    color: #e04622;
    margin-right: 8px;
    position: absolute;
    top: 5px;
    left: 0;
}

.perception-section {
    background-color: #f7f7f7;
}

.perception-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
}

.perception-list i {
    font-size: 65px;
    color: #fff;
}

.perception-list {
    padding: 80px 0px;
    height: 650px;
}

.perception-list p {
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
    /* width: 40%; */
}

.perception-content {
    width: 40%;
}

.perception-info {}

.perception-info h6 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 60px;
}

.perception-info p {
    padding-top: 0px;
    font-size: 16px;
    font-style: italic;
}

/* ----------------------------------
contatc us 
---------------------------------- */

.contact-us-section {
    /* background-color: #f7f7f7; */
}

.contact-list {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* position: relative; */
    padding-left: 50px;
    height: 75px;
}

.contact-detail h3 {}

.hero-content-text {
    width: 50%;
}

.icon-wrapper {
    height: 45px;
    width: 45px;
    border: 2px solid #e04622;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    position: absolute;
    top: -7px;
    left: 0;
}

.contact-list i {
    color: #e04622;
    font-size: 20px;
}

.contact-list h5 {
    font-weight: 700;
    font-size: 20px;
    margin-left: 8px;
}

.contact-list h5 span {
    font-weight: 500;
    display: block;
}

.contact-us-form h3,
.contact-detail h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    color: #e04622;
}

.form-control {
    padding-left: 40px;
    height: 50px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-color: #e04622;
}

.email-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.email-mobile .form-group {
    width: 49%;
}

.email-mobile .form-control {
    width: 100%;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    height: 400px !important;
}

/* ---------------------------------
donate us page 
--------------------------------- */

.payment-form {
    max-width: 800px;
}

.payment-form span {
    height: 50px;
    background: #e04622;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.payment-form .form-check-label-img {
    height: 50px;
    height: 30px;
    margin-right: 10px;
}

.payment-form h5 {
    font-size: 20px;
    font-weight: 700;
}

.payment-form .ammount-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 70%; */
}

.payment-form .ammount-wrapper .form-control {
    padding-left: 85px;
}

.personal-information {
    display: flex;
    justify-content: space-between;
    /* width: 70%; */
    align-items: center;
}

.payment-form .form-control {
    padding-left: 15px;
}

.payment-form .form-group {
    margin-bottom: 50px;
}

.payment-form h5 {
    margin-bottom: 25px;
}

.personal-information .form-group {
    width: 32%;
}

input[type=radio]:checked~.check {
    border: 5px solid #0DFF92;
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

input[type=radio]:checked~label {
    color: #e04622;
}

.form-check-label {
    font-size: 16px;
    font-weight: 700;
}

.nav-right {
    display: flex;
}

.nav-right .header-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contact .icon {

    width: 30px;

}

.header-contact .icon img {

    display: block;

    object-fit: contain;

    height: auto;

    width: 100%;
}

.header-contact .contact-text {

    margin: 0 14px;
}

.header-contact .contact-text h5 {

    font-size: 17px;

    font-weight: 800;

    margin-bottom: 0px;
}

.header-contact .contact-text p {

    margin: 0;

    font-size: 15px;

    font-weight: 600;
}

.donor-count-section {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #4f4f4f;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 15px;
    line-height: 22px;
}

.donor-count-section a {
    color: #ffffff;
}

.donor-count-section .donor-count {

    display: block;

}

.donor-count-section .donor-count span {

    font-size: 36px;

    font-weight: 800;

    color: #e04622;
}

.donor-count-section .donor-count .count {

    color: #ffffff;

}

.testimonial-boxed {
    padding-top: 4rem;
    padding-bottom: 3.7rem;
}

.testimonial-boxed blockquote {
    margin-bottom: 0.5rem;
}

.slick-dots li button {
    border-color: #999;
    background-color: #999;
    width: 8px;
    height: 8px;
    margin: 0;
    transition: all .3s ease;
    border-radius: 30px;
    padding: 0;
}

.slick-dots li:hover button {
    border-color: #369;
    background-color: #369;
}

.slick-dots li.slick-active button {
    width: 1.8rem;
    background-color: #369;
    border-color: #369;
}

.testimonial {
    font-family: Poppins, sans-serif;
    padding: 0 3rem 1rem;
}

.testimonial cite {
    color: #333;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 800;
}

.testimonial cite span {
    display: block;
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
    color: #999;
    line-height: 1.3;
    letter-spacing: 0.003em;
    font-weight: 400;
}

.testimonial blockquote {
    position: relative;
    line-height: 1.86;
    text-align: center;
}

.testimonial-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.9rem;
}

.testimonial-info .testimonial-author-thumbnail {
    margin-bottom: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.testimonial-info img {
    width: 100%;
    height: auto;
}

.testimonial-info .ratings-container {
    margin-bottom: 0;
    font-size: 0.8rem;
    margin-top: 25px;
}

.testimonial-info .ratings-container .ratings-full {
    margin-right: 0;
    color: #ffc107;
}

.testimonial-info .ratings-full::before,
.testimonial-info .ratings::before {
    letter-spacing: 0.28em;
}

.testimonial-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.testimonial-shadow {
    background-color: #f8f8f8;
    padding: 3rem 3rem 2.3rem;
    transition: background-color 0.4s, box-shadow 0.4s;
}

.testimonial-shadow .testimonial-info {
    margin-bottom: 0;
}

.testimonial-shadow blockquote {
    margin-top: -0.1rem;
    margin-bottom: 0.6rem;
}

.testimonial-shadow:hover {
    box-shadow: 1px 8px 9px rgba(0, 0, 0, 0.1);
}

.testimonial-blockquote {
    padding-left: 0;
    padding-right: 0;
}

.testimonial-blockquote blockquote {
    overflow: visible;
    padding: 2.1rem 3rem;
    margin-bottom: 2rem;
    text-align: left;
    border: 1px solid #eee;
}

.testimonial-blockquote blockquote::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5.3rem;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg) translateY(70%);
}

.testimonial-blockquote .testimonial-info {
    flex-direction: row;
    padding: 0 2rem;
}

.testimonial-blockquote .testimonial-author-thumbnail {
    margin-bottom: 0;
    margin-right: 1.5rem;
    width: 7rem;
    height: 7rem;
}

.testimonial-blockquote cite {
    margin-bottom: 0.2rem;
}

.testimonial-blockquote cite span {
    margin-top: 0.2rem;
    text-align: left;
}

.testimonial-blockquote .testimonial-action {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
    margin-left: auto;
}

.testimonial-blockquote .testimonial-action a {
    color: inherit;
}

.testimonial-blockquote .testimonial-action a:hover {
    color: #369;
}

.testimonial-blockquote .testimonial-action i {
    margin-left: 0.5rem;
}

.testimonial-inversed .testimonial-info {
    justify-content: flex-end;
}

.testimonial-inversed .testimonial-author-thumbnail {
    margin: 0 0 0 1.5rem;
}

.testimonial-inversed cite span {
    text-align: right;
}

.testimonial-inversed blockquote::after {
    left: auto;
    right: 4.1rem;
}

.testimonial-centered {
    text-align: center;
}

.testimonial-centered blockquote {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-bg {
    padding: 2rem;
}

.testimonial-bg .testimonial-info {
    margin-bottom: 2.6rem;
}

.testimonial-bg blockquote {
    max-width: 87.5rem;
    color: #cecece;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-bg .testimonial-author-thumbnail {
    margin-bottom: 0;
    width: 10rem;
    height: 10rem;
}

.testimonial-bg cite {
    color: #fff;
}

.testimonial-bg cite span {
    margin: 0.3rem 0 1.6rem;
    color: #cecece;
}

.donor-list-section {

    padding: 60px 0;
}

.donor-content {}

.donor-content h4 {

    margin: 0 0 0.3rem;

    font-size: 1.3rem;

    font-weight: 600;

    line-height: 1.22;

}

.donor-content h3 {

    font-size: 2.1rem;

    font-weight: 900;

}

.donor-content p {}

.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 10rem;
    background-color: #eee;
    text-align: center;
    text-transform: capitalize;
}

.page-title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

.page-subtitle {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6;
    color: #666;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0.7rem;
    background-color: transparent;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb li:not(:last-child) {
    padding-right: 0.4rem;
    transition: opacity 0.3s;
    opacity: 0.8;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: "wolmart";
}

.breadcrumb li:not(:last-child):hover {
    opacity: 1;
}

.breadcrumb li:last-child {
    color: #333333;
}

.introduce .title {
    margin-bottom: 1.3rem;
    font-size: 2.5rem;
    font-weight: 900;
}

.introduce p {
    margin-bottom: 2.3rem;
    max-width: 57rem;
}

.introduce img {
    height: 40rem;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

.pb-10 {
    padding-bottom: 5rem !important;
}

.mt-10 {
    margin-top: 2rem !important;
}

.pt-10 {
    padding-top: 2rem !important;
}

.br-lg {
    border-radius: 1.3rem !important;
    overflow: hidden !important;
}

.team-section {
    padding: 30px 0;
}

.team-item {

    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 12%);

    border-radius: 10px;

    margin-bottom: 30px;

    overflow: hidden;
}

.team-item .team-image {

    overflow: hidden;

    width: 150px;

    height: 150px;

    border-radius: 50%;

    MARGIN: 40px auto 15px auto;
}

.team-item .team-image img {}

.team-item .team-info {
    padding: 15px 25px;
    text-align: center;
}

.team-item h4 {

    color: #000;

    font-weight: 700;

    font-size: 1.3rem;

    line-height: 21px;
}

.team-item h4 span {

    display: block;

    color: #565656;

    font-size: 70%;
}

.team-item p {
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.team-item p i {
    margin-right: 5px;
    font-size: 0.8rem;
}

.donor-filter {}

.donor-filter form {}

.donor-filter form .form-group {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.donor-filter form .form-group label {

    width: 20%;

    font-weight: 700;
}

.donor-filter form .form-group .form-control {

    height: 36px;

    border-radius: 5px 0 0 5px;

    border-right: none;
}

.donor-filter form .btn {

    border-left: none;

    border-radius: 0 5px 5px 0;

    height: 36px;

    text-transform: none;
}

.donor-filter form .btn:not(:disabled):not(.disabled).active,
.donor-filter form .btn:not(:disabled):not(.disabled):active,
.donor-filter form .btn:hover {
    color: #fff;
    background-color: #bd3d1f;
    border-color: #e04622;
}

.pagination {

    justify-content: center;

    width: 100%;

    align-items: center;

    flex-direction: row;
}

.pagination .page-item {}

.pagination .page-item .page-link {

    color: #656565;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {

    background-color: #e04622;

    border-color: #e04622;

    color: #fff;
}

.donorlist .table {
    font-size: 14px;
}

.grid {
    /* background: #EEE;
    max-width: 1200px; */
}

/* clearfix */
.portfolioR-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 18.5rem;
    margin-bottom: 30px;
    border-radius: 7px;
}

.portfolioR-box img {
    width: 100%;
    height: 100%;
}

/*oculto el texto de cada item*/
.portfolioR-box .portfolioR-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolioR-box:hover .portfolioR-info {
    opacity: 1;
    transition-duration: 1.5s;
    transition-property: all;
}

.portfolioR-box:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition-duration: 1s;
    transition-property: all;
}

.portfolioR-box::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolioR-box .portfolioR-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #d7dce1;
    border-right: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}


.portfolioR-box .portfolioR-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #d7dce1;
    border-left: 3px solid #d7dce1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolioR-box .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolioR-box .portfolio-links a {
    color: #45505b;
    margin: 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: block;
}

.portfolioR-box .portfolio-links a:hover {
    color: #148af9;
}

.glightbox-clean .gdesc-inner {
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.glightbox-clean .gslide-title {
    margin-bottom: 0;
}

.glightbox-clean .gslide-description {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.history-section {

    /* background-color: #f9f9f9; */

    padding: 20px 30px;

    border-radius: 10px;
}

.history-section ul {

    margin: 0;
}

.history-section ul li {

    position: relative;

    padding-left: 50px;

    padding: 0 20px 20px 50px;
}

.history-section ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background-color: #d4d4d4;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.history-section ul li span {

    width: 40px;

    height: 40px;

    background-color: #8c8c8c;

    display: block;

    border-radius: 50%;

    position: absolute;

    top: 0;

    left: -17px;

    border: 3px solid #d0d0d0;
}

.history-section ul li span:before {
    content: "";
    transform: rotate(45deg);
    height: 17px;
    width: 9px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    top: 6px;
    left: 13px;
}

.history-section ul li .history-list {

    background-color: #fff;

    box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);

    padding: 20px;
    position: relative;
    border-radius: 10px;
}

.history-section ul li .history-list:before {
    content: "";
    display: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
    position: absolute;
    top: 12px;
    left: -10px;
}

.history-section ul li .history-list h2 {

    font-size: 21px;

    font-weight: 800;
}

.history-section ul li .history-list h2 span {
    background-color: #e04622;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 7px;
    width: 100px;
    height: auto;
    position: static;
    border: none;
    display: block;
    text-align: center;
    margin-bottom: 11px;
}

.history-section ul li .history-list h2 span:before {
    display: none;
}

.history-section ul li .history-list p {

    margin: 0 0 10px 0;

    max-width: 100%;

    font-size: 15px;

    line-height: 25px;
}

.history-section ul li .history-list .calendar {

    color: #8c8c8c;

    font-size: 14px;
}

.history-section ul li .history-list .calendar i {

    margin: 0 10px 0 0;
}

/* responsive */
/* Responsive Css Start */

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1100px) {
    .main-section {
        padding: 50px 0px;
    }

    .hero-section .hero-image {
        height: 500px;
    }

    .existance-content h3 {
        font-size: 35px;
    }

    .section-sub-title {
        width: 90%;
    }

    .promotion-section {
        padding: 80px 0px !important;
    }

    .what-we-do-image {
        height: 200px;
    }

    .hero-content-text {
        width: 80%;
    }

    .perception-content {
        width: 70%;
    }

    .mapouter {
        height: 350px;
    }

    .gmap_canvas {
        height: 350px;
    }

    .gmap_iframe {
        height: 350px !important;
    }
}

@media only screen and (max-width: 992px) {
    .main-section {
        padding: 50px 0px;
    }

    .section-sub-title {
        width: 100%;
    }

    .what-we-do-list {
        margin-bottom: 40px;
    }

    .existance-box {
        width: auto;
    }

    .existance-content {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .large-res-item {
        display: none;
    }

    .small-res-item {
        display: block;
    }

    .hero-content-text {
        width: 90%;
    }

    .perception-content {
        width: 75%;
    }

    .contact-us-section {
        padding: 0px;
    }

    .mapouter {
        height: 350px;
    }

    .gmap_canvas {
        height: 350px;
    }

    .gmap_iframe {
        height: 350px !important;
    }
}

@media only screen and (max-width: 768px) {
    .main-section {
        padding: 30px 0px;
    }

    .existance-box p {
        font-size: 16px;
    }

    .existance-box {
        padding: 30px 15px;
        height: 280px;
    }

    .existance-content h3 {
        font-size: 30px;
    }

    .what-we-do-image {
        height: 200px;
    }

    .promotion-content {
        flex-direction: column;
        text-align: center;
    }

    .promotion-content button {
        margin-top: 20px;
    }

    .promotion-section {
        background-position: 0px -500px;
    }

    .footer-content {
        padding: 10px 0px;
    }

    .promotion-section {
        padding: 60px 0px;
    }

    .perception-content {
        width: 85%;
    }

    .about-us-first {}

    .about-us-first .section-image {
        width: auto;
    }

    .email-mobile {
        display: block;
    }

    .email-mobile .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .hero-section .hero-image {
        height: 350px;
    }

    .main-section {
        padding: 20px 0px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .seprate-existance {
        padding-top: 40px;
    }

    .existance-box {
        margin-bottom: 20px;
    }

    .hero-section-about .hero-content h2 {
        font-size: 30px;
    }

    .promotion-section {
        padding: 60px 0px;
    }

    .perception-content {
        width: 90%;
    }

    .perception-list {
        height: 500px;
    }

    .perception-list p {
        font-size: 16px;
    }

    .mapouter {
        height: 300px;
    }

    .gmap_canvas {
        height: 300px;
    }

    .gmap_iframe {
        height: 300px !important;
    }

    .contact-us-section {
        padding: 0px;
    }

    .google-map {
        margin-bottom: 30px;
    }

    .contact-us-form button {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 576px) {
    .existance-content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .promotion-section {
        background-position: 0px -150px;
    }

    .promotion-title h2 {
        font-size: 25px;
    }

    .hero-section-about .hero-content h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .about-us-second {
        padding-bottom: 40px;
    }

    .top-header {
        padding: 0px 6px;
    }

    .top-header .container {
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 320px) {}

td,
th {
    border: 1px solid;
    padding: 0 4px;
}

th {
    background-color: #d3d3d3;
}
.container  img{
    max-width: 100%;
}