:root {
    /* --theme-color: #4BAF47; */
    --theme-color: #ce1212;
    --theme-color-800: #c04747;
    --title-color: #24231d;
    --body-color: #878680;
    --smoke-color: #f8f7f0;
    --smoke-color2: #edf7ed;
    --smoke-color3: #f5f5f6;
    --smoke-color4: #f4f4f4;
    --smoke-color5: #f0f2f4;
    --black-color: #202020;
    --gray-color: #333f4d;
    --white-color: #ffffff;
    --light-color: #9fa2ad;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e3e3e3;
    --title-font: "Manrope", sans-serif;
    --body-font: "Manrope", sans-serif;
    --icon-font: "Font Awesome 5 Free";
    --main-container: 1296px;
    --container-gutters: 24px;
    --section-space: 180px;
    --section-space-mobile: 80px;
    --section-title-space: 65px;
    --ripple-ani-duration: 5s;
}

.header_ul li a:hover {
    color: var(--theme-color) !important;
    font-size: large;
}

.sec-title {
    margin: 0;
    padding: 0;
}

/* overwriting container styles */

@media only screen and (max-width: 1000px) {
    .container {
        /* padding: 0; */
    }
}

/* related to owl carousel */
@media screen and (max-width: 1000px) {
    .image_slider {
        /* max-width: 100vw; */
    }
}

.owl-stage-outer {
    text-align: center;
}

.owl-item {
    border: 0.5rem solid;
    border-radius: 0.4rem;
    border-color: var(--theme-color-800);
    background-color: var(--theme-color-800);
}

.owl-item img {
    border-radius: 0.4rem;
}

.blog-img .owl-item {
    /* border: 0.4rem solid var(--theme-color-800); */
    /* background-color: var(--theme-color-800); */
}

.blog-img .owl-item img {
    /* border: 0.5rem solid; */
    border-radius: 0.11rem;
    /* border-color: var(--theme-color-800); */
    /* background-color: var(--theme-color-800); */
}

.blog-img img {
    border-radius: 0.6rem;
}

.blog-img .owl-item img {
    border-radius: 0.4rem;
}

.blog-img {
}

@media screen and (max-width: 767px) {
    .boss-carousal {
        max-height: 20rem !important;
    }

    .small_screen .owl-carousal div {
        max-width: 20rem;
        /* max-height: 20rem !important; */
    }
}

/* @media screen and (min-width: 768px) and (max-width: 1000px) {


    .owl-item {
        max-width: 25rem !important;
    }
} */

/* .custom_carousal_div div {
    max-height: 10rem;
} */

/* end owl carousal styles */

.space-top-individual-page {
    padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .space-top-individual-page {
        padding-top: 120px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 2000px) {
    .space-top-individual-page {
        padding-top: 120px;
    }
}

@media screen and (min-width: 2000px) {
    .space-top-individual-page {
        padding-top: 120px;
    }
}

/* setubandha bottom links */

.setubandha_bottom_links_container {
    display: flex;
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
}

.setubandha_bottom_links_container div {
    font-size: 1.3rem;
}
/* end setubandha bottom lnks */
