/*   Start - Fixed Header */
.layout-navbar-fixed .navbar {
    position: fixed;
    /* Makes navbar fixed to the top */
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.layout-navbar-fixed.sidebar-mini .navbar {
    margin-left: 250px;
    transition: margin-left .3s ease-in-out;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .navbar {
    transition: margin-left .3s ease-in-out;
    margin-left: 4.5rem;
    max-width: 100vw;
}

.layout-navbar-fixed .app-main {
    margin-top: 50px;
}

/*   End - Fixed Header */
.container-fluid2222 {
    padding-right: 0;
    padding-left: 0;
}

/*   Start - Page Loader */
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

:root {
    --wd_ht: 100px;
    --logo_mr: 4%;
    --logo_wd: 92%;
}

.loading-container {
    background-color: #797777b0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
}

.logo {
    position: absolute;
    width: var(--wd_ht);
    height: var(--wd_ht);
}

.loading {
    width: var(--wd_ht);
    height: var(--wd_ht);
    border-radius: 50%;
    border: 2px solid transparent;
    border-color: transparent #00ffa4 transparent #ff0c10;
    animation: rotate-loading 1.5s linear infinite;
    transform-origin: 50% 50%;
}

.logo img {
    width: var(--logo_wd);
    margin: var(--logo_mr);
    border-radius: 50%;
}

/*   End - Page Loader */
/*   Belw is for input error */
.input-error {
    border-color: #dc3545 !important;
}

.btn {
    margin-right: 0.2rem;
}

.btn-xss {
    --bs-btn-padding-y: .1rem;
    --bs-btn-padding-x: .4rem;
    --bs-btn-font-size: .75rem;
}

.chosen-container {
    width: auto !important;
}

.chsnHB>.chosen-container-single .chosen-single {
    height: 31px !important;
    border-radius: 0 !important;
}

.boxGroup {
    /*border: 1px solid #a4a4a4;*/
    padding: 10px;
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.32) 0px 0px 5px 2px;
}

.boxGroupS {
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.32) 0px 0px 5px 2px;
}


.carousel-caption {
    top: 50%;
    transform: translateY(-30%);
    bottom: auto;
    z-index: 2 !important;
}

span.carousel-control-prev-icon:before {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -15px;
    left: -12px;
}

span.carousel-control-prev-icon {
    position: relative;
}

span.carousel-control-next-icon {
    position: relative;
}

span.carousel-control-next-icon:before {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -15px;
    left: -12px;
}

.slider_sec h5 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.app-header a {
    color: #000;
}

.header_btn {
    border: 1px solid #983C38;
    color: #983C38;
}


.header_btn:hover {
    border: 1px solid #983C38;
    background: linear-gradient(to right, #983C38 0%, #6A5C45 66%, #3B7C52 100%);
}

.header_btn i.bi.bi-box-arrow-in-right {
    margin-right: 7px;
}

h4.text-color {
    color: #983C38;
    font-weight: 600;
    position: relative;
}

h4.text-color::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 45%;
    width: 50px;
    height: 20px;
    border-bottom: 3px solid #983C38;
}

section.vendor-section {
    background: #983C38;
}

.bottom-img {
    display: flex;
    gap: 5px;
}

.bottom-img img {
    width: 48%;
}

.img-grid img {
    width: 97%;
    margin-bottom: 5px;
}

.notice-box {
    border: 1px solid #fff;
    padding: 15px;
    background: #EFE0DF;
}

.outer-box {
    border: 1px solid #fff;
    padding: 10px;
}

.notice-title {
    position: relative;
    z-index: 1;
}

.notice-title::before {
    position: absolute;
    content: '';
    top: -16px;
    left: -16px;
    width: 100%;
    height: 61px;
    background: #983C38;
    border-radius: 0px 0px 41px 0px;
    z-index: -1;
}

.notice-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.card-custom {
    border-left: 7px solid #3B7C52 !important;
}

.section-title {
    font-weight: 700;
    color: #a72929;
    text-align: center;
    margin-bottom: 2rem;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a72929;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.profile-img {
    width: 186px !important;
    height: 186px !important;
    object-fit: cover;
    float: left;
    margin-right: 30px;
    /* border-radius: 50%; */
}

.line_card a {
    width: 100%;
    position: relative;
    /* border: 1px solid #3E3E3E; */
    border-radius: 0;
    padding: 20px 24px;
    transition: all 0.3s ease-in-out;
    float: left;
    background-image: url(../images/line_bg.png);
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 136px;
}

.mobile_btn {
    display: none;
}

.desktop_btn {
    display: block;
}

.vendor-card .vendor-title {
    font-size: 18px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1.4;
    z-index: 1;
    position: relative;
}

.vendor-card .vendor-items {
    margin-top: 12px;
    font-size: 16px;
    color: #3B7C52;
    font-weight: 600;
    text-align: right;
    z-index: 1;
    position: relative;
    position: absolute;
    right: 22px;
    bottom: 15px;
}

.line_card:before {
    content: "";
    position: absolute;
    width: 127px;
    height: 100%;
    border-top: 2px solid #983C38;
    top: -9px;
    left: 16px;
}

.line_card:after {
    content: "";
    position: absolute;
    width: 127px;
    border-top: 2px solid #983C38;
    bottom: -9px;
    right: 16px
}

.line_card {
    position: relative;
    margin-top: 97px;
}

.vendor-title {
    font-weight: 600;
    color: #333;
}

.vendor-items {
    color: #228b22;
    font-weight: 500;
    margin-top: 10px;
    float: right;
}

section.vendor_catalouge {
    padding-bottom: 50px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b2c2c;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #8b2c2c;
    display: block;
    margin: 10px auto 0;
}

.footer_sec {
    background-color: #8b2c2c;
    color: white;
}

.footer_sec a {
    color: white;
    text-decoration: none;
}

.footer_sec a:hover {
    text-decoration: underline;
}

.footer_sec h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer_sec .section-divider1 {
    border-top: 1px solid #fff;
    margin-bottom: 1rem;
    width: 84px;
}

.footer_sec .section-divider2 {
    border-top: 1px solid #fff;
    margin-bottom: 1rem;
    width: 100%;
}

.footer_sec .social-icons a {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}

.footer_sec .footer-bottom {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px 0;
}

.footer_sec .map-img {
    width: 100%;
    max-width: 180px;
    border: 1px solid #ddd;
}

.footer_sec .logo-img {
    width: 120px;
    margin-bottom: 10px;
    /*height: 71px;*/
}

.message_sec .card {
    box-shadow: 0px 4px 37px -32px black;
    border: 0px;
}

.social-icons a {
    display: inline-block;
    margin: 0 15px;
    font-size: 40px;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 60px;
    text-align: center;
    transition: opacity 0.3s;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.social-icons i {
    font-size: 22px;
}

.social-icons a:hover {
    opacity: 0.8;
}

.facebook {
    background-color: #1877F2;
    border-radius: 50%;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 6px;
}

.twitter {
    background-color: #1DA1F2;
    border-radius: 6px;
}

.linkedin {
    background-color: #0077B5;
    border-radius: 6px;
}

.social-icons {
    display: flex;
}

.divider {
    width: 56%;
    background: #fff !important;
    height: 1px;
    margin: 30px 0px 22px 0px;
}

button.header_btn.btn.btn-outline-danger.dropdown-toggle.show {
    background: linear-gradient(to right, rgb(152, 60, 56) 0%, rgb(106, 92, 69) 66%, rgb(59, 124, 82) 100%) !important;
    border: none;
}

@media(min-width: 320px) and (max-width: 991px) {
    .line_card {
        position: relative;
        margin-top: 60px;
    }

    .mobile_btn {
        display: block;
        margin-right: 15px;
    }

    .desktop_btn {
        display: none;
    }

    .header_logo {
        flex-grow: 1;
    }

    .layout-navbar-fixed.sidebar-mini.sidebar-collapse .navbar {
        margin-left: 0 !important;
    }
}

.dynamic-intro h4 {
    color: #ffffff !important;
    font-size: 36px;
    margin-top: 20px;
}

.dynamic-intro a {
    color: #983C38 !important;
}

.about-hero-sec {
    background-image: url(http://127.0.0.1:8008/images/img-1.png);
    background-size: cover;
    width: 100%;
    padding: 90px 0px;
    object-fit: cover;
    background-position: 100% 26%;
}

.image-viewer strong {
    color: #983C38;
}

div#column-2 p {
    text-align: justify;
}

div#column-2 h3 {
    font-size: 20px;
    margin: 20px 0px;
    color: #983C38;
    font-weight: 700;
}

div#column-2 ul.ongc-ul li {
    list-style: none !important;
    border-bottom: 1px solid #ddd;
    padding: 13px 0px;
}

div#column-2 h2 {
    font-size: 25px;
    color: #983C38;
    padding: 12px 15px;
    font-weight: 700;
}

div#column-2 h5 {
    font-size: 18px;
    color: #983C38;
}

.slider_sec .carousel-item {
    height: 550px !important;
}

/*--- Start Vendor Catalogue Empanelment ---*/
.vendor_catalouge_two .line_card {
    margin-top: 25px;
}

.vendor_catalouge_two h2.section-title {
    padding-bottom: 50px;
}

.vendor_catalouge_two .line_card a {
    background: none;
    border: 1px solid #000;
    border-radius: 15px;
    height: 145px;
}

.vendor_catalouge_two .line_card:before {
    display: none;
}

.vendor_catalouge_two .line_card:after {
    display: none;
}

.vendor_catalouge_two .vendor-card .vendor-items {
    margin-top: 12px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    background: #3B7C52;
    padding: 5px 15px;
    border-radius: 8px;
}

.vendor_catalouge_two a.text-decoration-none.text-dark::before {
    position: absolute;
    content: '';
    background-image: url(../images/bg_img_box.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}

.vendor_catalouge_two .vendor-card {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
/*--- End Vendor Catalogue Empanelment ---*/
.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 1;
}
.carousel-item img {
    height: 550px;
}