a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 16px !important;
}

ul {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

h5 {
    color: #A73B34;
}

h1 {
    font-size: 64px !important;
    text-transform: uppercase;
}

h2 {
    font-size: 36px !important;
    text-transform: uppercase;
}

.mt-top {
    margin-top: 80px;
}

.container-padding {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.home-btn:hover {
    background-color: #161722;
    color: #F7F3EF;
}

.home-btn {
    transition: 0.2s;
}

.arw-hovr span img {
    transition: transform 0.2s;
}

.arw-hovr {
    transition: 0.2s;
}

.arw-hovr:hover {
    letter-spacing: .5px;
}

.arw-hovr:hover img {
    transform: translateX(5px);
}


/* TOP_HEADER_SECTION_START */

#header_top {
    background-color: #F7F3EF;
    padding: 15px 0;
}

#header_top h6 {
    font-size: 18px;
}

#header_top h2 {
    font-weight: bold;
}


/* TOP_HEADER_SECTION_END */


/* HEADER_SECTION_START */

.dropdown-item.active,
.dropdown-item:active {
    background-color: #31313a;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #31313a;
}

.dropdown-menu {
    background-color: #161722;
}

.navbar {
    background-color: #872822;
}

.navbar-nav a {
    color: #fff !important;
    text-transform: uppercase;
}

.registration-btn {
    border: none;
    background-color: #FFD2A4;
    padding: 7px 15px;
    margin-left: 20px;
}

.navbar-toggler-icon {
    width: 20px;
    height: 2px;
    background-color: #F5F2F0;
    display: grid;
    margin: 3px 0;
}

.navbar-toggler {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px !important;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 4px 0px #f5f2f0b8;
}


/* HEADER_SECTION_END */


/* FOOTER_SECTION_START */

#footer_section {
    background-color: #161722;
    padding: 100px 0;
}

#footer_section ul li {
    line-height: 35px;
}

#footer_section h3 {
    color: #fff;
    font-size: 24px;
}

#footer_section .form-control {
    background: none;
    padding: 20px;
    border-radius: 15px 0px 0px 15px;
    border-right: none;
    color: #fff;
}

#footer_section .form-control:focus {
    box-shadow: none;
    border-color: #FFFFFF26;
}

#footer_section .footer-sub-btn {
    padding: 20px 50px;
    border-radius: 15px;
    margin-left: -15px;
    background-color: #FFD2A4;
}

#footer_section h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

#footer_section a {
    text-transform: uppercase;
    color: #fff !important;
}


/* FOOTER_SECTION_END */


/* BANNER_SECTION_START */

#banner_section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-content-area {
    padding: 150px 0;
}

.banner-content h6 {
    color: #fff;
}

.banner-content button {
    padding: 10px 25px;
    border: none;
    border-radius: 15px;
    background-color: #FFD2A4;
    color: #1A0B0B;
    margin: 15px 0;
}

.banner-content span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 30px;
    margin: 10px 0;
    position: absolute;
    left: 0;
    background-color: #FFD2A4;
}

.banner-content h1 {
    color: #fff;
}

.banner-content p {
    color: #fff;
    position: relative;
    padding-left: 40px;
}


/* BANNER_SECTION_END */


/* OUR_CHURCH_SECTION_START */

#our_church_section .our-church-contents {
    background-color: #FFF5EB;
    border-bottom: 15px solid;
    border-color: #FFD2A4;
    padding: 50px 50px 20px 50px;
    margin-top: 30px;
    min-height: 450px;
    position: relative;
}

.our-church-title {
    text-transform: uppercase;
}

.our-church-contents h2 {
    text-transform: uppercase;
}

.our-church-contents p {
    font-size: 18px;
}

.church-arrow-image {
    text-align: end;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
}


/* OUR_CHURCH_SECTION_END */


/* ABOUT_COMMUNITY_SECTION_START */

.about-community-title {
    margin-bottom: 30px;
}

.about-community-image img {
    border-radius: 60px;
    width: 100%;
}

.top-image {
    margin-top: 80px;
}

.read-more-btn {
    margin-bottom: -100px;
}

.read-more-btn button {
    border-radius: 15px;
    border: none;
    background-color: #FFD2A4;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.about-community-contents {
    margin-top: 60px;
}


/* ABOUT_COMMUNITY_SECTION_END */


/* JOINING_COMMUNITY_SECTION_START */

#joining_community {
    background-color: #F5F2F0;
    padding: 100px 0;
}

.joining-community-title {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.joining-community .item {
    position: relative;
}

.joining-community-contents {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.joining-community-contents p {
    display: none;
    transition: 0.3s;
}

.joining-community .item:hover p {
    display: block;
    color: #fff;
}

.joining-community-contents h4 {
    color: #fff;
}

.gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}


/* JOINING_COMMUNITY_SECTION_END */


/* JOIN_US_SECTION_START */

.join-us-title {
    text-transform: uppercase;
}

.join-us-area {
    margin-top: 40px;
}

.join-us-contents {
    background-color: #FFF5EB;
    padding: 40px;
    height: 100%;
}

.join-us-contents h6 {
    font-size: 15px;
    color: #a5702b;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.join-us-contents h3 {
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.join-us-contents p {
    font-size: 20px;
    margin-bottom: 30px;
}

.date-time {
    position: relative;
    margin-bottom: 30px;
}

.date-time-contents {
    position: absolute;
    top: 0;
    padding-left: 40px;
}

.date-time-contents p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.place-time {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.place-time-contents {
    position: absolute;
    top: 0;
    padding-left: 40px;
}

.place-time-contents p {
    margin: 0;
    font-size: 20px;
}

.join-us-image img {
    width: 100%;
}

.join-us-btn button {
    padding: 15px 35px;
    border: none;
    border-radius: 15px;
    background-color: #161722;
    color: #FFD2A4;
    margin-bottom: 20px;
    margin-top: 15px;
}

.join-us-image-col {
    padding-left: 0 !important;
}


/* JOIN_US_SECTION_END */


/* VIDEO_SECTION_START */

#video_section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-contents {
    padding: 170px;
    text-transform: uppercase;
}

.video-contents h1 {
    color: #fff;
}

.video-contents p {
    color: #fff;
}

.video-contents button {
    padding: 20px 50px;
    border: none;
    border-radius: 15px;
    margin-right: 10px;
    background-color: #FFD2A4;
}


/* VIDEO_SECTION_END */


/* BLOG_SECTION_START */

#our_blog {}

.our-blog-title h1 {
    color: #161722;
    font-size: 30px;
}

.our-blog-title h6 {
    color: #A54E2B;
    font-size: 15px;
}

.our-blog-title {
    text-align: center;
    text-transform: uppercase;
}

.our-blog-slider .item h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.our-blog-slider .item h4 {
    font-size: 15px;
    color: #a5702b;
    margin-bottom: 15px;
}

.our-blog-slider .item {
    padding: 30px;
    position: relative;
    background-color: #FFF5EB;
    transition: 0.3s;
}

.our-blog-author-details {
    margin-top: 20px;
}

.our-blog-author-details p {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.item:hover .bottom-line-hover {
    opacity: 1;
}

.bottom-line-hover {
    background-color: #FFD0A0;
    height: 10px;
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    width: 100%;
}


/* BLOG_SECTION_END */

@media (max-width: 1600px) {
    .video-btn-area img {
        width: 45px;
    }
    #footer_section .form-control {
        padding: 10px 20px !important;
        border-radius: 8px !important;
    }
    .home-btn {
        padding: 10px 33px !important;
        border-radius: 8px !important;
    }
    .our-blog-slider .item h3 {
        font-size: 25px;
    }
    .our-blog-author-details p {
        font-size: 16px;
    }
    .video-contents {
        padding: 120px;
    }
    h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 28px !important;
    }
}

@media (max-width:1440px) {
    .video-contents {
        padding: 100px;
    }
}

@media (max-width:1366px) {
    h1 {
        font-size: 36px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    .our-blog-slider .item h3 {
        font-size: 24px;
    }
    .banner-content-area {
        padding: 80px 0;
    }
    .video-contents {
        padding: 80px;
    }
    .container-padding {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .join-us-contents {
        padding: 20px;
    }
}

@media (max-width:1199px) {
    #our_church_section .our-church-contents {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 35px;
    }
}

@media (max-width: 1024px) {
    .join-us-contents h3 {
        font-size: 24px;
    }
    .mt-top {
        margin-top: 20px !important;
    }
    .join-us-contents {
        padding: 20px;
    }
    .our-blog-slider .item h3 {
        font-size: 22px;
    }
    .video-contents button {
        padding: 12px 35px;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .our-blog-author-details p {
        font-size: 14px;
    }
    .footer-col a {
        font-size: 14px !important;
    }
    .footer-col li {
        line-height: 26px !important;
    }
    .video-btn-area img {
        width: 45px;
    }
    .home-btn {
        padding: 8px 28px !important;
        border-radius: 7px !important;
        font-size: 14px;
    }
    #footer_section .form-control {
        padding: 8px 20px !important;
        border-radius: 7px !important;
        font-size: 13px;
    }
    .join-us-image-col {
        display: none;
    }
    #joining_community {
        padding: 50px 0;
    }
    .our-blog-slider .item {
        padding: 20px;
    }
    .banner-content-area {
        padding: 60px 0;
    }
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    .video-contents {
        padding: 60px;
    }
    .about-community-image img {
        border-radius: 30px;
    }
    .container-padding {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .our-church-col {
        width: 50%;
    }
}

@media (max-width:767px) {
    .banner-content button {
        padding: 8px 16px;
        font-size: 13px;
    }
    .footer-col a {
        font-size: 13px !important;
    }
    .footer-col li {
        line-height: 23px !important;
    }
    .footer-col {
        width: 50%;
    }
    #footer_section {
        padding: 50px 0;
    }
    .join-us-contents h6 {
        margin-bottom: 10px;
    }
    .date-time-contents p {
        font-size: 16px;
    }
    .place-time-contents p {
        font-size: 16px;
    }
    .join-us-contents p {
        font-size: 16px;
        line-height: 22px;
    }
    #footer_section h3 {
        font-size: 21px;
    }
    .joining-community-contents h4 {
        font-size: 17px;
    }
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    .about-community-contents {
        margin-top: 30px;
    }
    .video-contents {
        padding: 40px;
    }
    .join-us-col {
        padding-right: 10px !important;
    }
    .join-us-image-col {
        padding-left: 10px !important;
    }
    .love-col-last {
        width: 50%;
    }
    .love-col {
        width: 50%;
        margin-top: 70px;
    }
    .love-col-last {
        margin-top: 15px;
    }
    .about-community-image.top-image {
        margin-top: 0;
    }
    #header_top h6 {
        font-size: 16px !important;
        display: none;
    }
    .our-church-contents p {
        font-size: 15px;
    }
    .container-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #our_church_section .our-church-contents {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }
    .our-blog-slider .item h3 {
        font-size: 18px;
    }
    .join-us-contents h3 {
        font-size: 22px;
    }
}

@media (max-width:680px) {
    .joining-community .item:hover p {
        font-size: 13px;
    }
}

@media (max-width:576px) {
    #footer_section .form-control {
        padding: 5px 10px !important;
        font-size: 12px;
    }
    .home-btn {
        padding: 5px 10px !important;
        border-radius: 5px !important;
    }
    .banner-content-area {
        padding: 30px 0;
    }
    .about-community-image img {
        border-radius: 10px;
    }
    .our-church-contents p {
        margin-bottom: 45px;
    }
    #our_church_section .our-church-contents {
        min-height: auto;
    }
    .church-arrow-image {
        padding: 20px !important;
    }
    .church-arrow-image img {
        width: 36px;
    }
    .our-church-col {
        width: 100%;
    }
    h2 {
        font-size: 18px !important;
    }
}

@media (max-width:480px) {
    .footer-col {
        width: 100%;
    }
    #footer_section {
        padding: 20px 0;
    }
    .love-col-last {
        width: 100%;
    }
    .video-contents {
        padding: 20px;
    }
}


/* @media (max-width:440px) {
    .love-col {
        width: 100%;
    }
} */