img {
    max-width: 100%;
}

.testi-col .card {
    background: #f7f7f7;
    border: 0;
    padding: 10px;
    height: 100%;
}

.testi-col .image img {
    height: 180px;
}

.testi-col .card ul {
    margin: 0;
    width: 100%;
    padding: 0 25px;
}

.testi-col .card ul li {
    list-style: none;
    padding-bottom: 7px;
}

.testi-col .card h3:after {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #333333;
    bottom: -8px;
    left: 35%;
}

.btn_mobile_view {
    display: none;
}

.testi-col .card h3 {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-family: Merriweather, serif;
    margin-bottom: 30px;
}

.btn {
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}

.btn-primary {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.btn-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.btn:hover {
    text-decoration: none;
}

.hero {
    background: url("../images/hero.jpg");
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
}

.hero:after {
    position: absolute;
    width: 100%;
    height: 60px;
    background: white;
    bottom: 0;
    content: ' ';
    transform-origin: top left;
    transform: skewY(2deg);
}

.transparent-diagonal {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 25px;
    content: ' ';
    transform-origin: top left;
    transform: skewY(2deg);
}

.hero-title {
    font-size: 3.5em;
    font-weight: 800;
    color: #0074b9;
    margin-bottom: -5px;
    text-shadow: 5px -2px 4px rgb(0 0 0 / 20%);
}

.hero-title-sub {
    font-size: 2.5em;
    color: #fabf13;
    font-weight: 700;
}

.hero-description {
    color: #333;
    font-weight: 400;
}

.who {
    padding: 80px 0;
}

.who .text-title {
    color: #4390ee;
}

.text-title {
    margin-bottom: 20px;
}

.blessing {
    position: relative;
    background: #84b2ec;
    padding: 40px 0;
}

.blessing:before {
    position: absolute;
    width: 100%;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    top: 0px;
    content: ' ';
    transform-origin: top left;
    transform: skewY(359deg);
}

.blessing .transparent-diagonal {
    position: absolute;
    width: 100%;
    height: 47px;
    background: rgba(255, 255, 255, 0.2);
    top: 0px;
    content: ' ';
    transform-origin: top left;
    transform: skewY(359deg);
}

.blessing .image-box {
    padding: 20px;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blessing .image img {
    height: 200px;
}

.prayer-wall {
    padding: 20px 0;
}

.prayer-wall .item {
    background: #333333;
    height: 250px;
}

.banner-prayer {
    padding: 20px;
}

.banner-prayer .inner {
    border: 2px solid #333333;
    border-radius: 10px;
}

.banner-prayer .inner-x {
    margin: 2px;
    border: 2px solid #333333;
    border-radius: 10px;
    background: #42aecb;
    padding: 20px;
}

.articles {
    padding: 40px 0;
}

.articles .text-title {
    text-align: center;
    color: #42aecb;
    text-shadow: 5px -2px 4px rgb(0 0 0 / 20%);
    font-size: 2.3em;
}

.box-article {
    background: #222d69;
    padding: 15px;
    border-radius: 4px;
    color: white;
}

.footer {
    background: #85c7e4;
    padding: 60px 0;
    color: #4f4f4f;
}

.footer a {
    color: #4f4f4f;
    text-decoration: none;
}

.footer h3 {
    color: #42aecb;
}

ul.un-styled-list {
    padding: 0;
    margin: 0;
}

.un-styled-list li {
    list-style: none;
    padding-bottom: 10px;
}

.close_btn {
    display: none;
}

footer {
    line-height: 80px;
    height: 80px;
    text-align: center;
    color: #333333;
}

.modal-title {
    text-align: center;
}

.text-modal-footer {
    font-size: 14px;
    text-align: center;
}

.modal-submit .form-control {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 0;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.header_section {
    margin-bottom: 10px;
    padding-bottom: 0px;
    background-color: #000aca;
    background-image: url('../images/hero.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.header_container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.logo {
    display: none;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.heading_h1 {
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 77px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    text-shadow: 0 0 20px #000aca;
}

.footer_section {
    margin-top: 10px;
    background-color: #d37c03;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 123, 255, 0.4)), to(rgba(0, 123, 255, 0.4))), url('../images/hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 123, 255, 0.4), rgba(0, 123, 255, 0.4)), url('../images/hero.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.footer_container {
    display: block;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.52);
}

.footer_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.footer_link {
    margin-right: 15px;
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.footer_text {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.content_container {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 75px;
}

.wall_tools {
    border-bottom: 1px solid #f1f1f1;
}

.prayer_request_con {
    display: inline-block;
    padding-top: 8px;
    float: left;
}

.sort_prayer_con {
    display: inline-block;
    width: 100px;
    float: right;
}

.prayer_post_count {
    font-weight: 700;
}

.body {
    font-family: Mulish, sans-serif;
}

.testimonial_wrapper {
    overflow: scroll;
    overflow-x: hidden;
    height: 560px;
}

.testimonials {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.testi_img {
    display: inline-block;
    width: 55px;
    float: left;
}

.testi_text_wrapper {
    display: inline-block;
    width: 70%;
    margin-left: 20px;
    float: left;
}

.testi-name {
    font-weight: 700;
}

.select-field {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
}

.form_wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #8ec8eb;
}

.testi-col {
    padding: 30px 30px 20px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
}

.form-p-text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center;
}

.text-block {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.checkbox-field {
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}

.comment_btn {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #e0e0e0;
    font-weight: 700;
}

.comment_btn:hover {
    background-color: #cacaca;
}

.comment_btn:active {
    background-color: #bebebe;
}

.loadmorebtn_wrapper {
    text-align: center;
}

.text_field {
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.text_field.text_area {
    height: 100px;
}

.form_btn {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: #ee4700;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.form_btn:hover {
    background-color: #d53f00;
}

.form_btn:active {
    background-color: #c23a00;
}

.formbtnwrapper {
    text-align: center;
}

.mobile_cta_wrapper {
    display: none;
}

.mondal_container {
    display: none;
    background-color: #fff;
}

.headertext_wrapper {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 46px;
    float: left;
}

.close-modal_wrapper {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
}

.close-modal {
    width: 15px;
}

.text-block-2 {
    display: none;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.block-2 {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.block_h1 {
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: #000;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.block_p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.block-li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
}

.header_angel {
    display: none;
    width: 300px;
    float: right;
}

.counter_subheader {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.counter_subheader.middle {
    display: none;
}

.counter_subheader.last {
    display: none;
}

.image-2 {
    display: none;
}

.italic-text {
    text-shadow: 0 0 20px #3d0077;
}

.italic-text-2 {
    color: #fff;
}

.headertext_wrapper_2 {
    width: 640px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
}

.heading_h1_2 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Merriweather, serif;
    color: #f9bb00;
    font-size: 24px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    text-shadow: 1px 0 3px #8bbdff;
}

.text-span {
    font-size: 60px;
    color: #0b3ab1;
    text-shadow: 0 0 20px #000aca;
}

.block_h2 {
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: #000;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

.ctabtrn-con {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ctabtn {
    padding: 20px;
    border-radius: 10px;
    background-color: #ec5638;
    font-family: Merriweather, serif;
    font-weight: 900;
}

.pendantwrap {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .header_section {
        margin-bottom: 0px;
        background-position: 50% 0%;
    }
    .header_container {
        width: 700px;
    }
    .heading_h1 {
        font-size: 60px;
    }
    .footer_container {
        width: 90%;
    }
    .content_container {
        width: 700px;
    }
    .testi_img {
        width: 40px;
    }
    .testi_text_wrapper {
        width: 60%;
        margin-bottom: 20px;
    }
    .form_wrapper {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .headertext_wrapper {
        width: 380px;
        padding-top: 25px;
    }
    .header_angel {
        width: 300px;
        float: left;
    }
    .headertext_wrapper_2 {
        width: 600px;
    }
    .text-span {
        font-size: 45px;
    }
    .heading_h1_2 {
        font-size: 28px;
    }
    .block_h2 {
        font-size: 30px;
    }
    .pendantwrap {
        width: 360px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .header_section {
        background-image: url('../images/hero.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }
    .header_container {
        width: 100%;
    }
    .heading_h1 {
        font-size: 60px;
    }
    .footer_section {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/hero.jpg');
        background-image: linear-gradient(180deg, transparent, transparent), url('../images/hero.jpg');
        background-position: 0px 0px, 100% 0%;
        background-size: auto, cover;
    }
    .content_container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .testi_text_wrapper {
        width: 84%;
    }
    .form_wrapper.mobile_form {
        display: block;
        box-shadow: none;
    }
    .testi-col {
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
    }
    .mobile_cta_wrapper {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1000;
        display: block;
        padding: 5px 25px;
        background-color: #fff;
        box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.15);
        text-align: center;
    }
    .mboile_btn {
        display: block;
        margin: 10px auto;
        padding: 15px 0px;
        border-radius: 10px;
        background-color: #ee4700;
    }
    .mboile_btn:hover {
        background-color: #d53f00;
    }
    .mboile_btn:active {
        background-color: #c23a00;
    }
    .mondal_container {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 9999;
        display: block;
        overflow: auto;
        width: 100%;
        height: 100%;
    }
    .headertext_wrapper {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .block-2 {
        width: auto;
    }
    .block_h1 {
        font-size: 30px;
    }
    .header_angel {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: none;
        width: 33%;
        float: right;
    }
    .headertext_wrapper_2 {
        width: 100%;
        margin-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .heading_h1_2 {
        font-size: 60px;
    }
    .text-span {
        font-size: 50px;
    }
    .pendantwrap {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .btn_mobile_view {
        display: block;
    }
    .close_btn {
        display: block;
    }
    .post_btn {
        background: #2295e6;
        color: #fff;
        font-weight: 600;
        padding: 10px 30px;
        width: 70%;
    }
    .btn_mobile_view {
        display: block;
        text-align: center;
        background: white;
        padding: 15px;
        box-shadow: -3px -2px 11px 2px #b5b1b1;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }
    #post_form {
        display: none;
        position: fixed;
        left: 0;
        z-index: 999;
        right: 0;
        top: 0;
        width: 97%;
        margin: 0 auto;
    }
    .close_btn {
        position: absolute;
        right: 20px;
        color: #000;
        text-decoration: none;
        font-size: 20px;
    }
    .form-p-text {
        margin-top: 40px;
    }
    .w-form {
        padding: 0 12px;
    }
}

@media screen and (max-width: 479px) {
    .header_section {
        background-image: url('../images/hero.jpg');
    }
    .heading_h1 {
        font-size: 35px;
        text-shadow: 0 0 20px #000aca;
    }
    .footer_section {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 64, 182, 0.5)), to(rgba(0, 64, 182, 0.5))), url('../images/hero.jpg');
        background-image: linear-gradient(180deg, rgba(0, 64, 182, 0.5), rgba(0, 64, 182, 0.5)), url('../images/hero.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, repeat;
    }
    .footer_container {
        padding-bottom: 100px;
    }
    .footer_container.subpage {
        padding-bottom: 15px;
        text-shadow: 0 0 10px #000;
    }
    .footer_link {
        display: block;
        line-height: 2;
    }
    .content_container {
        margin-top: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .wall_tools {
        text-align: center;
    }
    .prayer_request_con {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .sort_prayer_con {
        display: block;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        float: none;
        text-align: center;
    }
    .prayer_post_count {
        float: none;
    }
    .testi_text_wrapper {
        width: 70%;
    }
    .form_wrapper.mobile_form {
        display: block;
        box-shadow: none;
    }
    .testi-col {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        background-color: hsla(0, 0%, 100%, 0.8);
        box-shadow: 0 0 20px 0 #a1a1a1;
    }
    .form-block {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .mobile_cta_wrapper {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1000;
        display: block;
        padding: 5px 25px;
        background-color: #fff;
        text-align: center;
    }
    .mboile_btn {
        display: block;
        margin: 10px auto;
        padding: 15px 0px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 700;
    }
    .mondal_container {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 9999;
        display: none;
        overflow: auto;
        width: 100%;
        height: 100%;
    }
    .headertext_wrapper {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .text-block-2 {
        font-size: 16px;
    }
    .block-2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .block_h1 {
        font-family: Merriweather, serif;
        font-weight: 900;
    }
    .block_p {
        font-size: 16px;
        line-height: 1.4;
    }
    .block-ul {
        padding-left: 20px;
    }
    .heading_h1_2 {
        font-size: 18px;
        text-shadow: 0 0 20px #fff;
    }
    .pendantwrap {
        width: 90%;
    }
}

.content_progress {
    padding: 60px 0;
    display: none;
}

.content_progress h3 {
    font-family: Merriweather, serif;
    font-weight: 900;
}

.content_progress p {
    font-family: Merriweather, serif;
}

.m-success,
.m-failed {
    text-align: center;
    display: none;
}

.loader {
    width: 200px;
    height: 155px;
    padding-top: 62px;
    margin: auto;
    display: flex;
}

.circle {
    width: 30px;
    height: 30px;
    background: #0b3ab1;
    border-radius: 50%;
    animation: jump 1s linear infinite;
    margin: 0 15px;
}

.caption {
    margin: auto;
    font-size: 20px;
    color: white;
}

#b {
    animation-delay: 0.2s;
}

#c {
    animation-delay: 0.4s;
}

@keyframes jump {
    0% {
        margin-top: 0;
    }
    35% {
        margin-top: -75px;
    }
    70% {
        margin-top: 0px;
    }
}

.wrap-text {
    padding: 40px 0;
    margin: 0 auto;
    font-family: Merriweather, serif;
}

.wrap-text h1,
.wrap-text h2,
.wrap-text h3,
.wrap-text h4 {
    font-weight: 700;
    font-family: Merriweather, serif;
}