@media (max-width: 1250px) {
    .header_section::before {
        width: 75%;
    }

    .header_section {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 22% 100%, 20% 86%, 0 84%, 0 0);

    }

}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }

    .hero_area::before {
        background: linear-gradient(to bottom, transparent, #ffffff);
    }

    .navbar-brand.brand_desktop img {
        width: 100px;
    }

    .navbar-brand.brand_mobile {
        display: flex;
    }

    .navbar-brand.brand_desktop {
        display: none;
    }

    .header_section .main_nav {
        flex: 1;
    }

    #navbarSupportedContent {
        margin-top: 15px;
    }

    .header_section {
        padding: 10px 0;
        clip-path: none;
    }

    .header_section::before,
    .main_nav .top_nav {
        display: none;
    }

    .slider_section {
        padding: 45px 0;
        background-size: 150px !important;
    }

    .slider_section .slider_heading {
        display: none;
    }

    .bible-verse {
        padding: 30px !important;
    }

    .bible-verse p {
        font-size: clamp(1.5rem, 5vw, 3.5rem) !important;
        padding: 0 10px !important;
        margin: 40px 0 !important;
    }

    .bible-verse h2 {
        font-size: clamp(1.2rem, 3vw, 2rem) !important;
        margin-top: 30px !important;
    }

    .class_section .owl-carousel .owl-nav {

        flex-direction: row;
        top: initial;
        bottom: -45px;
        right: 50%;
        transform: translateX(50%);

    }

    .class_section .owl-carousel .owl-nav .owl-prev,
    .class_section .owl-carousel .owl-nav .owl-next {
        margin: 2px 5px;
    }

    .class_section .class_container {
        margin-bottom: 75px;
    }

    .sub_page .class_section .owl-carousel .owl-nav {
        top: initial;
        bottom: 65px;
    }
}

@media (max-width: 767px) {
    .navbar-brand.brand_desktop img {
        width: 80px;
    }
    
    .slider_section {
        min-height: 80vh !important;
        background-size: 100px !important;
    }

    .bible-verse {
        padding: 30px 10px !important;
    }

    .bible-verse p {
        font-size: 2.7rem !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
        text-align: center !important;
    }

    .bible-verse h2 {
        font-size: 1.3rem !important;
        margin-top: 25px !important;
        letter-spacing: 1.5px !important;
        text-align: center !important;
    }

    .slider_section #carouselExampleIndicators {
        align-items: center;
    }

    .slider_section #carouselExampleIndicators .box {
        justify-content: center;
    }

    .slider_section .slider_heading {
        left: 0;
        opacity: .4;
    }

    .about_section .about_container {
        background-size: auto;
    }

    .class_section .class_box-container .box .img-box .detail-box button {
        width: 45px;
        height: 45px;

    }

    .class_section .class_box-container .box .img-box .detail-box button img {
        width: 15px;
        margin-left: 3px;
    }

    .blog_section .box .detail-box {
        margin-left: 25px;
    }

    .blog_section .box.b2 .detail-box {

        padding-left: 0;
        padding-right: 25px;

    }

    .blog_section .box.b2 .detail-box .img_date {
        left: 0;
    }

    .info_section .info_main-row {
        flex-direction: column-reverse;
    }

    .info_section .contact_section {
        margin-top: 45px;
    }

    .info_section .contact_section form {
        padding-right: 20px;
    }

    .footer_section .social_box {
        justify-content: center;
    }

    .footer_section .social_box a {
        margin: 0 10px;
    }

    .footer_section p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .navbar-brand.brand_desktop img {
        width: 70px;
    }
    
    .slider_section {
        min-height: 70vh !important;
        background-size: 80px !important;
    }

    .bible-verse p {
        font-size: 2.1rem !important;
        margin: 20px 0 !important;
    }

    .bible-verse h2 {
        margin-top: 20px !important;
    }

    .slider_section .slider_heading {
        left: -70px;
    }

    .about_section .about_container {

        padding: 45px 15px 45px 25px;
    }

    .client_section .box {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .navbar-brand.brand_desktop img {
        width: 70px;
    }
    
    .slider_section {
        min-height: 70vh !important;
        background-size: 80px !important;
    }

    .bible-verse p {
        font-size: 1.7rem !important;
        padding: 0 2px !important;
    }

    .bible-verse h2 {
        font-size: 1.1rem !important;
    }

    .slider_section .slider_heading {
        left: -70px;
    }

    .about_section .about_container {

        padding: 45px 15px 45px 25px;
    }

    .client_section .box {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .slider_section .slider_heading {
        left: -125px;
        opacity: .2;
    }

    .slider_section .carousel-control-prev,
    .slider_section .carousel-control-next {
        display: none;
    }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}