/*Box and Full Layout CSS*/

@media screen and (min-width: 1200px) {
    .layout-boxed {
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-position: center center;
    }

    .layout-boxed.page-wrapper {
        max-width: 1250px;
        margin: 0px auto 0;
    }
}

@media screen and (max-width: 1440px) {

    /* home contact area */
    .contact-info-inner {
        margin: 0 50px;
    }


}


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

    .donate-btn {
        width: 220px;
        height: 65px;
        font-size: 18px;
    }

    /*  hero section*/
    .hero-content h1 {
        font-size: 60px;
        line-height: 75px;
    }

    /* help section */
    .help-card h4 {
        font-size: 24px;
    }

    .help-card img {
        width: 38px;
    }

    .help-card .icon {
        width: 70px;
        height: 70px;
    }

    /* about section */
    .title-section .title {
        font-size: 52px;
        line-height: 72px;
    }

    /* theme button style */
    .theme-default-btn {
        font-size: 16px;
        width: 220px;
        height: 70px;
    }

    .theme-default-btn i {
        margin-left: 20px;
    }

    /* home contact area */
    .contact-info-inner {
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {

    /* campaign  section */
    .campaigns-slider .item .campaign-card {
        width: 260px;
        padding: 30px 20px;
    }

    .campaigns-slider .item .campaign-card .found-rising-statue {
        margin-left: -50px;
        margin-right: -50px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .campaigns-slider .item .campaign-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    /* volunteer */
    .volunteer-join-card {
        background: #f8f4ed;
        padding: 46px 40px;
        text-align: center;
    }

    /* donate now section */
    .donate-now .donate-form h2 {
        font-size: 38px;
    }

    .title-section .title {
        font-size: 42px;
        line-height: 62px;
    }

    .donate-now .donate-form .submit-btn {
        margin-top: 0;
    }
}


@media screen and (max-width: 991px) {

    /* header */
    .donate-btn {
        display: none;
    }

    /* help section */
    .help-card {
        padding: 30px 0;
    }

    /* about us */
    .about-content {
        margin-top: 100px;
    }

    /* section title */
    .title-section .title-text {
        margin-bottom: 10px;
    }

    /* fund rising content */
    .fund-rising-content {
        text-align: center;
    }

    .fund-rising-content h2 {
        font-size: 30px;
        line-height: 60px;
        margin-top: 0px;
    }

    .fund-rising-content-right {
        text-align: center;
    }

    .fund-rising-content-right h2 {
        font-size: 55px;
    }
    .help-card .icon {
        margin-right: 20px;
    }
    .help-card h4 {
        font-size: 18px;
    }
    /* volunteer */
    .volunteer-join-card {
        text-align: center;
    }

    .volunteer-join-card a {
        margin: auto;
    }

    .volunteer-card .info {
        padding: 20px 15px;
    }

    /* upcoming event */
    .upcoming-events .container {
        width: 100%;
    }

    /* home contact */
    .contact-info-inner .contact-left h2 {
        font-size: 34px;
        line-height: 54px;
    }

    .contact-info-inner .contact-right h3 {
        font-size: 32px;
    }

    .contact-info .contact-left {
        text-align: center;
    }

    .contact-info-inner .contact-right {
        text-align: center;
        margin-top: 50px;
    }

    .contact-info-inner .contact-right .theme-default-btn {
        margin-left: unset;
        margin: auto;
    }

    /* footer */
    .about-widget {
        text-align: center;
        margin-bottom: 50px;
    }

    .about-widget a img {
        display: table !important;
        margin: auto;
    }
    .help-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 768px) {

    .site-header .navigation {
        padding: 30px !important;
        padding-left: 0 !important;
    }

    .site-header .sticky-header .logo {
        min-height: unset;
    }

    /* upcoming event */
    .event-card {
        display: block;
        text-align: center;
    }

    .event-card .date img {
        margin-top: 15px;
    }

    .event-card .img {
        margin: 30px auto;
        display: table;
    }

    .event-card .info ul {
        justify-content: center;
    }

    .event-card .action {
        margin: auto;
        display: table;
        margin-top: 30px;
    }

    /* footer */
    .about-widget h2 {
        font-size: 46px;
    }
    .help-section .col:nth-child(1) .help-card {
        padding-bottom: 10px;
    }
    .help-section .col:nth-child(2) .help-card {
        padding-bottom: 10px;
    }
    .help-card h4 {
        font-size: 20px;
    }

}

@media screen and (max-width: 767px) {

    /* hero section */
    .theme-hero-section {
        padding: 250px 0 120px;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 1;
    }

    /* help section */
    .help-section {
        padding: 50px 0;
    }

    .help-card {
        display: block;
        text-align: center;
    }

    .help-card .icon {
        margin: 0 auto 30px;
    }

    /* section title */
    .running-campaign .title-section .title {
        font-size: 38px;
    }

    .title-section .title {
        font-size: 40px;
        line-height: 50px;
    }

    /* fund raising */
    .campaigns-slider .item .campaign-card {
        width: 400px;
        margin: auto;
        min-height: 500px;
    }

    .campaigns-slider .item .campaign-card .theme-default-btn {
        display: table;
        margin: auto;
    }

    /* volunteer */
    .volunteer-card {
        width: 400px;
        margin: auto;
        margin-bottom: 50px;
    }


    /* footer */
    .link-widget {
        margin-bottom: 35px;
    }
    .about-content {
        margin-top: 60px;
    }
    .title-section .title-text {
        font-size: 15px;
    }
    .site-footer .about-widget .logo {
        margin:auto;
       margin-bottom: 20px;
    }
    .about-widget {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {

    /* footer */
    .site-footer .upper-footer {
        padding: 50px 0;
    }

    .about-widget h3 {
        margin-top: 30px;
    }
    .contact-info-inner .contact-left {
        text-align: center;
    }
    .experience-tag {
        right: -62px;
    }
    .about-btn {
        font-size: 16px;
        padding: 20px 28px;
    }
    .industry-blog-title a {
        font-size: 19px;
        line-height: 30px;
    }
    .contact-info-inner .contact-right h3:not(:last-child) {
        margin-bottom: 18px;
    }
    .contact-info-inner .contact-right h3 {
        font-size: 25px;
    }
    .site-footer .about-widget .logo {
        margin:auto;
       margin-bottom: 20px;
    }
    .wpo-case-single {
        padding: 0px 7px 0px 0px;
    }
}

@media screen and (max-width: 480px) {

    /* section */
    .title-section .title {
        font-size: 24px;
        line-height: 35px;
        margin-top: 5px;
    }

    /* campaign */
    .running-campaign {
        padding: 50px 0;
    }
    .wpo-case-single {
        padding: 0px 7px 0px 0px;
    }
    .experience-tag {
        display: none;
    }
    .about-img-1 {
        margin-left: 0;
    }

}

@media screen and (max-width: 425px) {

    /* volunteer */
    .volunteer-join-card h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    /* fund rising */
    .fund-rising-content h2 {
       font-size: 24px;
        line-height: 50px;
        margin-top: 0;
    }

    .fund-rising-content-right h2 {
        font-size: 34px;
    }

    /* title */
    .running-campaign .title-section .title {
        font-size: 28px;
    }

    /* campaign */
    .campaigns-slider .item .campaign-card .found-rising-statue {
        margin-left: 0;
        margin-right: 0;
    }

    /* contact */
    .contact-info-inner .contact-left h2 {
        font-size: 26px;
        line-height: 36px;
    }

    /*  */
    .volunteer-card {
        width: 100%;
    }

    .campaigns-slider .item .campaign-card {
        width: 100%;
    }

    /* event card */
    .event-card .info h2 a {
        font-size: 18px;
    }
    .about-img-2 {
        width: 70%;
        left: 36%;
        bottom: 5px;
    }
}

@media screen and (max-width: 375px) {
    .experience-tag .yer-text {
        margin-left: 20px;
    }
}

@media screen and (max-width: 320px) {
    .experience-tag .yer {
        font-size: 34px;
    }

    .experience-tag .yer-text {
        margin-left: 15px;
    }

}


@media (max-width: 1366px) {

    .hero-content h2 {
        font-size: 50px;
        line-height: 75px;
    }

}

@media (max-width: 991px) {
    .hero-content h2 {
        font-size: 50px;
        line-height: 75px;
    }

}

@media (max-width: 767px) {

   .hero-content h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .hero-content p {
        color: #4a5252;
        font-size: 19px;
    }
}
